Marks iScriptCompilable for internal reference counting if a CountedPtr checks. More...
#include <script.h>
Public Types | |
enum | { IsCastable = CastDynamic } |
This should be cast dynamically when doing conversions inside CountedPtr. | |
typedef Scripting::iScriptCompilable | RefCountType |
The Scripting::iScriptCompilable is its own reference count. | |
Static Public Member Functions | |
static RefCountType * | ConstructionPointer (RefCountType *Target) |
The Construction Pointer for a Scripting::iScriptCompilable is the pointer created during the New call. More... | |
Marks iScriptCompilable for internal reference counting if a CountedPtr checks.
|
inlinestatic |
The Construction Pointer for a Scripting::iScriptCompilable is the pointer created during the New call.
Target | The pointer returned by new during construction of Scripting::iScript |