![]() |
Castor3D 0.17.0
Multiplatform 3D engine
|
#include <MaterialModule.hpp>


Public Types | |
| using | ResT = Material |
| using | KeyT = castor::String |
| using | Base = PtrCacheTraitsBaseT< ResT, KeyT > |
| using | ElementT = typename Base::ElementT |
| using | ElementPtrT = typename Base::ElementPtrT |
Public Types inherited from castor3d::PtrCacheTraitsBaseT< Material, castor::String > | |
| using | ElementT |
| using | ElementKeyT |
| using | ElementPtrT |
| using | ElementObsT |
| using | ElementContT |
| using | ElementCacheT |
| using | ElementInitialiserT |
| using | ElementCleanerT |
| using | ElementMergerT |
Static Public Attributes | |
| static C3D_API const castor::String | Name |
Additional Inherited Members | |
Static Public Member Functions inherited from castor3d::PtrCacheTraitsBaseT< Material, castor::String > | |
| static ElementPtrT | makeElement (ElementCacheT const &, ElementKeyT const &key, ParametersT &&... params) |
| static ElementObsT | makeElementObs (ElementPtrT const &element) |
| static bool | areElementsEqual (ElementObsT const &lhs, ElementObsT const &rhs) |
| static bool | areElementsEqual (ElementObsT const &lhs, ElementPtrT const &rhs) |
| static bool | areElementsEqual (ElementPtrT const &lhs, ElementObsT const &rhs) |
| static bool | areElementsEqual (ElementPtrT const &lhs, ElementPtrT const &rhs) |
| static bool | isElementObsNull (ElementObsT const &element) |
Helper structure to specialise a cache behaviour.
| using castor3d::PtrCacheTraitsT< Material, castor::String >::Base = PtrCacheTraitsBaseT< ResT, KeyT > |
| using castor3d::PtrCacheTraitsT< Material, castor::String >::ElementPtrT = typename Base::ElementPtrT |
| using castor3d::PtrCacheTraitsT< Material, castor::String >::ElementT = typename Base::ElementT |
| using castor3d::PtrCacheTraitsT< Material, castor::String >::KeyT = castor::String |
| using castor3d::PtrCacheTraitsT< Material, castor::String >::ResT = Material |
|
static |