#include <ambigs.h>
List of all members.
Static Public Member Functions |
static int | compare_ambig_specs (const void *spec1, const void *spec2) |
Detailed Description
Definition at line 113 of file ambigs.h.
Constructor & Destructor Documentation
tesseract::AmbigSpec::AmbigSpec |
( |
| ) |
|
tesseract::AmbigSpec::~AmbigSpec |
( |
| ) |
|
|
inline |
Member Function Documentation
static int tesseract::AmbigSpec::compare_ambig_specs |
( |
const void * |
spec1, |
|
|
const void * |
spec2 |
|
) |
| |
|
inlinestatic |
Definition at line 121 of file ambigs.h.
{
*
reinterpret_cast<const AmbigSpec *
const *
>(spec1);
*
reinterpret_cast<const AmbigSpec *
const *
>(spec2);
}
Member Data Documentation
int tesseract::AmbigSpec::wrong_ngram_size |
The documentation for this class was generated from the following files: