Marks Lua51NilArgument for internal reference counting if a CountedPtr checks. More...
#include <lua51scriptargument.h>
Public Types | |
enum | { IsCastable = CastDynamic } |
This uses dynamic casting when resolving casts inside the CountedPtr. | |
typedef Scripting::Lua::Lua51NilArgument | RefCountType |
The type that maintains the Reference count for Lua51NilArgument with be Lua51NilArgument 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 Lua51NilArgument for internal reference counting if a CountedPtr checks.
Definition at line 353 of file lua51scriptargument.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::Lua::Lua51NilArgument that will simply be returned |
Definition at line 362 of file lua51scriptargument.h.