#include <PrivatePtr.h>
Public Types | |
typedef MovableT * | InnerPointerType |
The type of the inner member to hold in PrivatePtr. | |
Static Public Member Functions | |
static void | destroy (InnerPointerType &inner) |
Destroy the inner value (and set null). |
This kind of pointer will remove the movable from the scene and destroy it.
Definition at line 160 of file PrivatePtr.h.