Spinning Topp Logo BlackTopp Studios
inc
Public Types | Static Public Member Functions | List of all members
Mezzanine::ReferenceCountTraits< Scripting::ScriptArgumentGeneric< Integer > > Class Template Reference

Marks ScriptArgumentGeneric<Integer> 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< IntegerRefCountType
 The type that maintains the Reference count for ScriptArgumentGeneric<Integer> with be ScriptArgumentGeneric<Integer> itself.
 

Static Public Member Functions

static RefCountTypeConstructionPointer (RefCountType *Target)
 Given a pointer to the raw object this will return a pointer to an initialized reference count. More...
 

Detailed Description

template<>
class Mezzanine::ReferenceCountTraits< Scripting::ScriptArgumentGeneric< Integer > >

Marks ScriptArgumentGeneric<Integer> for internal reference counting if a CountedPtr checks.

Definition at line 688 of file scriptargument.h.

Member Function Documentation

static RefCountType* Mezzanine::ReferenceCountTraits< Scripting::ScriptArgumentGeneric< Integer > >::ConstructionPointer ( RefCountType Target)
inlinestatic

Given a pointer to the raw object this will return a pointer to an initialized reference count.

Parameters
TargetA pointer to a Scripting::ScriptArgumentGeneric<Integer> that will simply be returned
Returns
This returns whatever was passed into target because it already is a valid Reference Counter

Definition at line 697 of file scriptargument.h.


The documentation for this class was generated from the following file: