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

Marks IScript 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::iScript RefCountType
 The Scripting::iScript is its own reference count.
 

Static Public Member Functions

static RefCountTypeConstructionPointer (RefCountType *Target)
 The Construction Pointer for a Scripting::iScript is the pointer created during the New call. More...
 

Detailed Description

template<>
class Mezzanine::ReferenceCountTraits< Scripting::iScript >

Marks IScript for internal reference counting if a CountedPtr checks.

Definition at line 205 of file script.h.

Member Function Documentation

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

The Construction Pointer for a Scripting::iScript is the pointer created during the New call.

Parameters
TargetThe pointer returned by new during construction of Scripting::iScript

Definition at line 213 of file script.h.


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