#include <ambigs.h>
|
| | AmbigSpec_LIST () |
| |
| void | clear () |
| |
| | ~ AmbigSpec_LIST () |
| |
| void | deep_copy (const AmbigSpec_LIST *src_list, AmbigSpec *(*copier)(const AmbigSpec *)) |
| |
| | ELIST () |
| |
| void | internal_clear (void(*zapper)(ELIST_LINK *)) |
| |
| bool | empty () const |
| |
| bool | singleton () const |
| |
| void | shallow_copy (ELIST *from_list) |
| |
| void | internal_deep_copy (ELIST_LINK *(*copier)(ELIST_LINK *), const ELIST *list) |
| |
| void | assign_to_sublist (ELIST_ITERATOR *start_it, ELIST_ITERATOR *end_it) |
| |
| int32_t | length () const |
| |
| void | sort (int comparator(const void *, const void *)) |
| |
| ELIST_LINK * | add_sorted_and_find (int comparator(const void *, const void *), bool unique, ELIST_LINK *new_link) |
| |
| bool | add_sorted (int comparator(const void *, const void *), bool unique, ELIST_LINK *new_link) |
| |
◆ AmbigSpec_LIST() [1/2]
| tesseract::AmbigSpec_LIST::AmbigSpec_LIST |
( |
| ) |
|
|
inline |
◆ ~ AmbigSpec_LIST()
◆ AmbigSpec_LIST() [2/2]
◆ clear()
| void tesseract::AmbigSpec_LIST::clear |
( |
| ) |
|
|
inline |
◆ deep_copy()
◆ operator=()
The documentation for this class was generated from the following files:
- /home/stephane/src/tesseract/src/ccutil/ambigs.h
- /home/stephane/src/tesseract/src/ccutil/ambigs.cpp