![]() |
SCENE C++ API
2.0.31
|
Provides a lifetime managing pointer for all LSRefType derived classes. More...
#include <ref_ptr.h>
Public Member Functions | |
void | swap (ref_ptr< T > &other) |
Swap the pointers. | |
Provides a lifetime managing pointer for all LSRefType derived classes.
Instances managed by ref_ptrs are kept alive as long as a ref_ptr exists to the object instance and are automatically destroyed once the last ref_pointer pointing to the instance is destroyed.