G3D Innovation Engine http://casual-effects.com/g3d Copyright 2000-2019, Morgan McGuire All rights reserved Available under the BSD License.
More...
|
| class | G3D::lazy_ptr< T > |
| |
Provides a level of indirection for accessing objects to allow computing them on demand or extending them with metadata without subclassing the object itself. More...
|
| |
|
| template<class T > |
| bool | G3D::isNull (const lazy_ptr< T > &ptr) |
| |
| template<class T > |
| bool | G3D::notNull (const lazy_ptr< T > &ptr) |
| |
G3D Innovation Engine http://casual-effects.com/g3d Copyright 2000-2019, Morgan McGuire All rights reserved Available under the BSD License.