csComparator< T1, T2 > Class Template Reference
[Containers]
A template providing various comparison and ordering functions.
More...
#include <csutil/comparator.h>
Static Public Member Functions | |
static int | Compare (T1 const &r1, T2 const &r2) |
Compare two objects of the same type or different types (T1 and T2). |
Detailed Description
template<class T1, class T2>
class csComparator< T1, T2 >
A template providing various comparison and ordering functions.
Definition at line 35 of file comparator.h.
Member Function Documentation
|
Compare two objects of the same type or different types (T1 and T2).
Definition at line 54 of file comparator.h. Referenced by csArray< csShaderVariable *, csRefArrayElementHandler< csShaderVariable * > >::DefaultCompare(), csArrayCmp< userbuffer, csStringID >::DefaultCompare(), csRedBlackTree< csRedBlackTreePayload< K, T > >::LocateNode(), csRedBlackTree< csRedBlackTreePayload< K, T > >::RecursiveFind(), and csRedBlackTree< csRedBlackTreePayload< K, T > >::RecursiveInsert(). |
The documentation for this class was generated from the following file:
- csutil/comparator.h
Generated for Crystal Space by doxygen 1.4.4