tesseract  v4.0.0-17-g361f3264
Open Source OCR Engine
tesseract::AmbigSpec_IT Class Reference

#include <ambigs.h>

Inheritance diagram for tesseract::AmbigSpec_IT:
Collaboration diagram for tesseract::AmbigSpec_IT:

Public Member Functions

 AmbigSpec_IT ()
 
 AmbigSpec_IT (AmbigSpec_LIST *list)
 
AmbigSpecdata ()
 
AmbigSpecdata_relative (int8_t offset)
 
AmbigSpecforward ()
 
AmbigSpecextract ()
 
AmbigSpecmove_to_first ()
 
AmbigSpecmove_to_last ()
 
- Public Member Functions inherited from ELIST_ITERATOR
 ELIST_ITERATOR ()
 
 ELIST_ITERATOR (ELIST *list_to_iterate)
 
void set_to_list (ELIST *list_to_iterate)
 
void add_after_then_move (ELIST_LINK *new_link)
 
void add_after_stay_put (ELIST_LINK *new_link)
 
void add_before_then_move (ELIST_LINK *new_link)
 
void add_before_stay_put (ELIST_LINK *new_link)
 
void add_list_after (ELIST *list_to_add)
 
void add_list_before (ELIST *list_to_add)
 
ELIST_LINKdata ()
 
ELIST_LINKdata_relative (int8_t offset)
 
ELIST_LINKforward ()
 
ELIST_LINKextract ()
 
ELIST_LINKmove_to_first ()
 
ELIST_LINKmove_to_last ()
 
void mark_cycle_pt ()
 
bool empty ()
 
bool current_extracted ()
 
bool at_first ()
 
bool at_last ()
 
bool cycled_list ()
 
void add_to_end (ELIST_LINK *new_link)
 
void exchange (ELIST_ITERATOR *other_it)
 
int32_t length ()
 
void sort (int comparator(const void *, const void *))
 

Constructor & Destructor Documentation

◆ AmbigSpec_IT() [1/2]

tesseract::AmbigSpec_IT::AmbigSpec_IT ( )
inline

◆ AmbigSpec_IT() [2/2]

tesseract::AmbigSpec_IT::AmbigSpec_IT ( AmbigSpec_LIST list)
inline

Member Function Documentation

◆ data()

AmbigSpec* tesseract::AmbigSpec_IT::data ( )
inline

◆ data_relative()

AmbigSpec* tesseract::AmbigSpec_IT::data_relative ( int8_t  offset)
inline

◆ extract()

AmbigSpec* tesseract::AmbigSpec_IT::extract ( )
inline

◆ forward()

AmbigSpec* tesseract::AmbigSpec_IT::forward ( )
inline

◆ move_to_first()

AmbigSpec* tesseract::AmbigSpec_IT::move_to_first ( )
inline

◆ move_to_last()

AmbigSpec* tesseract::AmbigSpec_IT::move_to_last ( )
inline

The documentation for this class was generated from the following file: