Assimp
v3.1.1 (June 2014)
|
Class template used to represent lazily evaluated object references in the converted schema. More...
Public Types | |
typedef Lazy | Out |
Public Member Functions | |
Lazy (const LazyObject *obj=NULL) | |
operator const T & () const | |
operator const T * () const | |
const T & | operator* () const |
const T * | operator-> () const |
Public Attributes | |
const LazyObject * | obj |
Class template used to represent lazily evaluated object references in the converted schema.
typedef Lazy Assimp::STEP::Lazy< T >::Out |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
const LazyObject* Assimp::STEP::Lazy< T >::obj |