|
CeresEngine 0.2.0
A game development framework
|
Static Public Member Functions | |
| template<typename TT > | |
| static const VTable * | create () |
Public Attributes | |
| T *(* | get )(void *) |
| void(* | copy )(void *, const void *) |
| void(* | move )(void *, void *) |
| void(* | destroy )(void *) |
| void(* CeresEngine::ValuePtr< T, SmallSize >::VTable::destroy) (void *) |
| T *(* CeresEngine::ValuePtr< T, SmallSize >::VTable::get) (void *) |