Castor3D  ..
Types publics | Attributs publics statiques | Liste de tous les membres
Référence du modèle de la structure Castor3D::CacheTraits< Material, KeyType >

Structure permettant de spécialiser le comportement d'un cache. Plus de détails...

Types publics

using Producer = std::function< std::shared_ptr< Material >(KeyType const &, MaterialType) >
 
using Merger = std::function< void(CacheBase< Material, KeyType > const &, Castor::Collection< Material, KeyType > &, std::shared_ptr< Material >) >
 

Attributs publics statiques

static C3D_API const Castor::String Name
 

Description détaillée

template<typename KeyType>
struct Castor3D::CacheTraits< Material, KeyType >

Structure permettant de spécialiser le comportement d'un cache.

Auteur
Sylvain DOREMUS
Date
04/02/2016
Version
0.8.0
Remarques
Spécialisation pour Material.

Documentation des définitions de type membres

◆ Merger

template<typename KeyType >
using Castor3D::CacheTraits< Material, KeyType >::Merger = std::function< void( CacheBase< Material, KeyType > const & , Castor::Collection< Material, KeyType > & , std::shared_ptr< Material > ) >

◆ Producer

template<typename KeyType >
using Castor3D::CacheTraits< Material, KeyType >::Producer = std::function< std::shared_ptr< Material >( KeyType const &, MaterialType ) >

Documentation des données membres

◆ Name

template<typename KeyType >
C3D_API const Castor::String Castor3D::CacheTraits< Material, KeyType >::Name
static

La documentation de cette structure a été générée à partir du fichier suivant :