#include <OwnedPtr.h>
Public Types | |
typedef MovableT * | InnerPointerType |
The type of the inner member to hold in OwnedPtr. | |
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 147 of file OwnedPtr.h.