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


Public Types | |
| using | ResT = Plugin |
| 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< Plugin, castor::String > | |
| using | ElementT = Plugin |
| using | ElementKeyT = castor::String |
| using | ElementPtrT = std::shared_ptr< ElementT > |
| using | ElementObsT = std::weak_ptr< ElementT > |
| using | ElementContT = std::unordered_map< ElementKeyT, ElementPtrT > |
| using | ElementCacheT = castor::ResourceCacheBaseT< ElementT, ElementKeyT, PtrCacheTraitsT< ElementT, ElementKeyT > > |
| using | ElementInitialiserT = std::function< void(ElementT &) > |
| using | ElementCleanerT = std::function< void(ElementT &) > |
| using | ElementMergerT = std::function< void(ElementCacheT const &, ElementContT &, ElementPtrT) > |
Static Public Attributes | |
| static C3D_API const castor::String | Name |
Additional Inherited Members | |
Static Public Member Functions inherited from castor3d::PtrCacheTraitsBaseT< Plugin, castor::String > | |
| static ElementPtrT | makeElement (ElementCacheT const &cache, 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< Plugin, castor::String >::Base = PtrCacheTraitsBaseT< ResT, KeyT > |
| using castor3d::PtrCacheTraitsT< Plugin, castor::String >::ElementPtrT = typename Base::ElementPtrT |
| using castor3d::PtrCacheTraitsT< Plugin, castor::String >::ElementT = typename Base::ElementT |
| using castor3d::PtrCacheTraitsT< Plugin, castor::String >::KeyT = castor::String |
| using castor3d::PtrCacheTraitsT< Plugin, castor::String >::ResT = Plugin |
|
static |