|
Assimp
v4.1. (December 2018)
|
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=nullptr) | |
| 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 |