tesseract v5.3.3.20231005
|
#include <sorthelper.h>
Classes | |
struct | SortPair |
Public Member Functions | |
SortHelper (int sizehint) | |
void | Add (T value, int count) |
int | MaxCount (T *max_value) const |
const std::vector< SortPair< T > > & | SortByCount () |
const std::vector< SortPair< T > > & | SortByValue () |
Static Public Member Functions | |
static int | SortPairsByCount (const void *v1, const void *v2) |
static int | SortPairsByValue (const void *v1, const void *v2) |
Definition at line 37 of file sorthelper.h.
|
inlineexplicit |
Definition at line 65 of file sorthelper.h.
|
inline |
Definition at line 71 of file sorthelper.h.
|
inline |
Definition at line 86 of file sorthelper.h.
|
inline |
Definition at line 100 of file sorthelper.h.
|
inline |
Definition at line 105 of file sorthelper.h.
|
inlinestatic |
Definition at line 46 of file sorthelper.h.
|
inlinestatic |
Definition at line 52 of file sorthelper.h.