Go to the source code of this file.
Functions | |
| template<typename R , typename T1 , typename T2 > | |
| R | multiply (const T1 &a, const T2 &b) |
| An AngelScript wrapper function for the multiply behaviour. | |
| template<typename R , typename T1 , typename T2 > | |
| R | add (const T1 &a, const T2 &b) |
| An AngelScript wrapper function for the addition behaviour. | |
| template<typename R , typename T1 , typename T2 > | |
| R | substract (const T1 &a, const T2 &b) |
| An AngelScript wrapper function for the substraction behaviour. | |
| template<typename R , typename T1 , typename T2 > | |
| R | 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. | |
| R add | ( | const T1 & | a, | |
| const T2 & | b | |||
| ) | [inline] |
An AngelScript wrapper function for the addition behaviour.
Definition at line 36 of file asIrrHelper.h.
| R divide | ( | const T1 & | a, | |
| const T2 & | b | |||
| ) | [inline] |
An AngelScript wrapper function for the divide behaviour.
Definition at line 52 of file asIrrHelper.h.
| bool equal | ( | const T & | a, | |
| const T & | b | |||
| ) | [inline] |
An AngelScript wrapper function for the equal behaviour.
Definition at line 62 of file asIrrHelper.h.
| bool g_equal | ( | const T & | a, | |
| const T & | b | |||
| ) | [inline] |
An AngelScript wrapper function for the greater-or-equal behaviour.
Definition at line 102 of file asIrrHelper.h.
| bool greater_than | ( | const T & | a, | |
| const T & | b | |||
| ) | [inline] |
An AngelScript wrapper function for the greater-than behaviour.
Definition at line 86 of file asIrrHelper.h.
| bool l_equal | ( | const T & | a, | |
| const T & | b | |||
| ) | [inline] |
An AngelScript wrapper function for the less-or-equal behaviour.
Definition at line 94 of file asIrrHelper.h.
| bool less_than | ( | const T & | a, | |
| const T & | b | |||
| ) | [inline] |
An AngelScript wrapper function for the less-than behaviour.
Definition at line 78 of file asIrrHelper.h.
| R multiply | ( | const T1 & | a, | |
| const T2 & | b | |||
| ) | [inline] |
An AngelScript wrapper function for the multiply behaviour.
Definition at line 28 of file asIrrHelper.h.
| bool not_equal | ( | const T & | a, | |
| const T & | b | |||
| ) | [inline] |
An AngelScript wrapper function for the not-equal behaviour.
Definition at line 70 of file asIrrHelper.h.
| R substract | ( | const T1 & | a, | |
| const T2 & | b | |||
| ) | [inline] |
An AngelScript wrapper function for the substraction behaviour.
Definition at line 44 of file asIrrHelper.h.
1.5.8