| 
    tesseract
    4.0.0-1-g2a2b
    
   | 
 
#include <ambigs.h>
  
 Public Member Functions | |
| AmbigSpec () | |
| ~AmbigSpec ()=default | |
  Public Member Functions inherited from ELIST_LINK | |
| ELIST_LINK () | |
| ELIST_LINK (const ELIST_LINK &) | |
| void | operator= (const ELIST_LINK &) | 
Static Public Member Functions | |
| static int | compare_ambig_specs (const void *spec1, const void *spec2) | 
Public Attributes | |
| UNICHAR_ID | wrong_ngram [MAX_AMBIG_SIZE+1] | 
| UNICHAR_ID | correct_fragments [MAX_AMBIG_SIZE+1] | 
| UNICHAR_ID | correct_ngram_id | 
| AmbigType | type | 
| int | wrong_ngram_size | 
| tesseract::AmbigSpec::AmbigSpec | ( | ) | 
Definition at line 38 of file ambigs.cpp.
      
  | 
  default | 
      
  | 
  inlinestatic | 
Definition at line 122 of file ambigs.h.
| UNICHAR_ID tesseract::AmbigSpec::correct_fragments[MAX_AMBIG_SIZE+1] | 
| UNICHAR_ID tesseract::AmbigSpec::correct_ngram_id | 
| UNICHAR_ID tesseract::AmbigSpec::wrong_ngram[MAX_AMBIG_SIZE+1] |