Marks ScriptArgumentGeneric<Whole> for internal reference counting if a CountedPtr checks. More...
#include <scriptargument.h>
Public Types | |
enum | { IsCastable = CastDynamic } |
This uses dynamic casting when resolving casts inside the CountedPtr. | |
typedef Scripting::ScriptArgumentGeneric < Whole > | RefCountType |
The type that maintains the Reference count for ScriptArgumentGeneric<Whole> with be ScriptArgumentGeneric<Whole> itself. | |
Static Public Member Functions | |
static RefCountType * | ConstructionPointer (RefCountType *Target) |
Given a pointer to the raw object this will return a pointer to an initialized reference count. More... | |
Marks ScriptArgumentGeneric<Whole> for internal reference counting if a CountedPtr checks.
Definition at line 706 of file scriptargument.h.
|
inlinestatic |
Given a pointer to the raw object this will return a pointer to an initialized reference count.
Target | A pointer to a Scripting::ScriptArgumentGeneric<Whole> that will simply be returned |
Definition at line 715 of file scriptargument.h.