![]() |
doom3-gpl
Doom 3 GPL source release
|
Go to the source code of this file.
Functions | |
| template<class type > | |
| ID_INLINE int | idBinSearch_Less (const type *array, const int arraySize, const type &value) |
| template<class type > | |
| ID_INLINE int | idBinSearch_LessEqual (const type *array, const int arraySize, const type &value) |
| template<class type > | |
| ID_INLINE int | idBinSearch_Greater (const type *array, const int arraySize, const type &value) |
| template<class type > | |
| ID_INLINE int | idBinSearch_GreaterEqual (const type *array, const int arraySize, const type &value) |
| ID_INLINE int idBinSearch_Greater | ( | const type * | array, |
| const int | arraySize, | ||
| const type & | value | ||
| ) |
Definition at line 94 of file BinSearch.h.
| ID_INLINE int idBinSearch_GreaterEqual | ( | const type * | array, |
| const int | arraySize, | ||
| const type & | value | ||
| ) |
Definition at line 120 of file BinSearch.h.
| ID_INLINE int idBinSearch_Less | ( | const type * | array, |
| const int | arraySize, | ||
| const type & | value | ||
| ) |
Definition at line 50 of file BinSearch.h.
1.8.6.