#include <sorthelper.h>
List of all members.
template<typename T>
class SortHelper< T >
Constructor & Destructor Documentation
Member Function Documentation
template<typename T >
void SortHelper< T >::Add |
( |
T |
value, |
|
|
int |
count |
|
) |
| [inline] |
template<typename T >
int SortHelper< T >::MaxCount |
( |
T * |
max_value | ) |
const [inline] |
template<typename T >
static int SortHelper< T >::SortPairsByCount |
( |
const void * |
v1, |
|
|
const void * |
v2 |
|
) |
| [inline, static] |
template<typename T >
static int SortHelper< T >::SortPairsByValue |
( |
const void * |
v1, |
|
|
const void * |
v2 |
|
) |
| [inline, static] |
The documentation for this class was generated from the following file: