scripting/irrlicht/asDimension2d.cpp File Reference

Go to the source code of this file.

Functions

template<typename T >
void constructor (void *memory)
 An AngelScript wrapper function so that dimension2d<T> objects can be constructed within AngelScript.
template<typename T >
void constructor (T width, T height, void *memory)
 An AngelScript wrapper function so that dimension2d<T> objects can be constructed within AngelScript.
template<typename T >
void deconstructor (void *memory)
 An AngelScript wrapper function so that dimension2d<T> objects can be deconstructed within AngelScript.
template<typename T >
void bindDimension2dT (asIScriptEngine *engine, const char *typeName, const char *asType)
 Binds dimension2d<T> as a value type to AngelScript with the given template.
void bindDimension2d (asIScriptEngine *engine)
 Binds all needed dimension2d<T> objects to AngelScript.
std::string getDimension2dName (const std::string &asType)
 Gets the name of the dimension2d<T> registered within AngelScript.


Function Documentation

void bindDimension2d ( asIScriptEngine *  engine  ) 

Binds all needed dimension2d<T> objects to AngelScript.

Parameters:
engine Pointer to the AngelScript engine

Definition at line 161 of file asDimension2d.cpp.

template<typename T >
void bindDimension2dT ( asIScriptEngine *  engine,
const char *  typeName,
const char *  asType 
) [inline]

Binds dimension2d<T> as a value type to AngelScript with the given template.

Parameters:
engine Pointer to the AngelScript engine
typeName The name of the object within AngelScript;
asType The AngelScript name of the used template;

Definition at line 55 of file asDimension2d.cpp.

template<typename T >
void constructor ( width,
height,
void *  memory 
) [inline]

An AngelScript wrapper function so that dimension2d<T> objects can be constructed within AngelScript.

Note:
For internal use only!

Definition at line 35 of file asDimension2d.cpp.

template<typename T >
void constructor ( void *  memory  )  [inline]

An AngelScript wrapper function so that dimension2d<T> objects can be constructed within AngelScript.

Note:
For internal use only!

Definition at line 26 of file asDimension2d.cpp.

template<typename T >
void deconstructor ( void *  memory  )  [inline]

An AngelScript wrapper function so that dimension2d<T> objects can be deconstructed within AngelScript.

Note:
For internal use only!

Definition at line 44 of file asDimension2d.cpp.

std::string getDimension2dName ( const std::string &  asType  ) 

Gets the name of the dimension2d<T> registered within AngelScript.

Parameters:
asType The AngelScript name of the used template;

Definition at line 169 of file asDimension2d.cpp.


Generated on Wed Jun 10 22:26:24 2009 for Sirrf - Simple Irrlicht Framework by  doxygen 1.5.8