scripting/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.
template<typename T >
bool not_equal (const T &a, const T &b)
 An AngelScript wrapper function for the not-equal behaviour.
template<typename T >
bool less_than (const T &a, const T &b)
 An AngelScript wrapper function for the less-than behaviour.
template<typename T >
bool greater_than (const T &a, const T &b)
 An AngelScript wrapper function for the greater-than behaviour.
template<typename T >
bool l_equal (const T &a, const T &b)
 An AngelScript wrapper function for the less-or-equal behaviour.
template<typename T >
bool g_equal (const T &a, const T &b)
 An AngelScript wrapper function for the greater-or-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 36 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 52 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 62 of file asIrrHelper.h.

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

An AngelScript wrapper function for the greater-or-equal behaviour.

Note:
For internal use only!

Definition at line 102 of file asIrrHelper.h.

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

An AngelScript wrapper function for the greater-than behaviour.

Note:
For internal use only!

Definition at line 86 of file asIrrHelper.h.

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

An AngelScript wrapper function for the less-or-equal behaviour.

Note:
For internal use only!

Definition at line 94 of file asIrrHelper.h.

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

An AngelScript wrapper function for the less-than behaviour.

Note:
For internal use only!

Definition at line 78 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 28 of file asIrrHelper.h.

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

An AngelScript wrapper function for the not-equal behaviour.

Note:
For internal use only!

Definition at line 70 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 44 of file asIrrHelper.h.


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