G3D Innovation Engine http://casual-effects.com/g3d Copyright 2000-2019, Morgan McGuire All rights reserved Available under the BSD License.
More...
|
| template<class T > |
| bool | G3D::isNull (const shared_ptr< T > &ptr) |
| |
| template<class T > |
| bool | G3D::isNull (const T *ptr) |
| |
| template<class T > |
| bool | G3D::notNull (const shared_ptr< T > &ptr) |
| |
| template<class T > |
| bool | G3D::notNull (const T *ptr) |
| |
G3D Innovation Engine http://casual-effects.com/g3d Copyright 2000-2019, Morgan McGuire All rights reserved Available under the BSD License.
◆ ReferenceCountedPointer
| #define ReferenceCountedPointer shared_ptr |
◆ WeakReferenceCountedPointer
| #define WeakReferenceCountedPointer weak_ptr |