Assimp
v3.1.1 (June 2014)
|
Represents data that is allocated on the heap, thus needs to be deleted. More...
Inherits Assimp::SharedPostProcessInfo::Base.
Public Member Functions | |
THeapData (T *in) | |
~THeapData () | |
![]() | |
virtual | ~Base () |
Public Attributes | |
T * | data |
Represents data that is allocated on the heap, thus needs to be deleted.
|
inlineexplicit |
|
inline |
T* Assimp::SharedPostProcessInfo::THeapData< T >::data |