scripting/vendor/irrlicht/asIrrHelper.h File Reference

Go to the source code of this file.

Functions

template<typename R , typename T1 , typename T2 >
multiply (const T1 &a, const T2 &b)
 An AngelScript wrapper function for the multiply behaviour.
template<typename R , typename T1 , typename T2 >
add (const T1 &a, const T2 &b)
 An AngelScript wrapper function for the addition behaviour.
template<typename R , typename T1 , typename T2 >
substract (const T1 &a, const T2 &b)
 An AngelScript wrapper function for the substraction behaviour.
template<typename R , typename T1 , typename T2 >
divide (const T1 &a, const T2 &b)
 An AngelScript wrapper function for the divide behaviour.
template<typename T >
bool equal (const T &a, const T &b)
 An AngelScript wrapper function for the equal behaviour.


Function Documentation

template<typename R , typename T1 , typename T2 >
R add ( const T1 &  a,
const T2 &  b 
) [inline]

An AngelScript wrapper function for the addition behaviour.

Note:
For internal use only!

Definition at line 38 of file asIrrHelper.h.

template<typename R , typename T1 , typename T2 >
R divide ( const T1 &  a,
const T2 &  b 
) [inline]

An AngelScript wrapper function for the divide behaviour.

Note:
For internal use only!

Definition at line 54 of file asIrrHelper.h.

template<typename T >
bool equal ( const T &  a,
const T &  b 
) [inline]

An AngelScript wrapper function for the equal behaviour.

Note:
For internal use only!

Definition at line 64 of file asIrrHelper.h.

template<typename R , typename T1 , typename T2 >
R multiply ( const T1 &  a,
const T2 &  b 
) [inline]

An AngelScript wrapper function for the multiply behaviour.

Note:
For internal use only!

Definition at line 30 of file asIrrHelper.h.

template<typename R , typename T1 , typename T2 >
R substract ( const T1 &  a,
const T2 &  b 
) [inline]

An AngelScript wrapper function for the substraction behaviour.

Note:
For internal use only!

Definition at line 46 of file asIrrHelper.h.


Generated on Fri Aug 21 23:55:11 2009 for Sirrf - Simple Irrlicht Framework by  doxygen 1.5.8