Castor3D 0.16.0
Multiplatform 3D engine
|
#include <SceneModule.hpp>
Public Types | |
using | ResT = Scene |
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< Scene, 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< Scene, 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< Scene, castor::String >::Base = PtrCacheTraitsBaseT< ResT, KeyT > |
using castor3d::PtrCacheTraitsT< Scene, castor::String >::ElementPtrT = typename Base::ElementPtrT |
using castor3d::PtrCacheTraitsT< Scene, castor::String >::ElementT = typename Base::ElementT |
using castor3d::PtrCacheTraitsT< Scene, castor::String >::KeyT = castor::String |
using castor3d::PtrCacheTraitsT< Scene, castor::String >::ResT = Scene |
|
static |