|
tesseract v5.3.3.20231005
|
#include <clst.h>
Public Member Functions | |
| X_CLIST ()=default | |
| X_CLIST (const X_CLIST &)=delete | |
| X_CLIST & | operator= (const X_CLIST &)=delete |
| void | deep_clear () |
Public Member Functions inherited from tesseract::CLIST | |
| ~CLIST () | |
| void | internal_deep_clear (void(*zapper)(void *)) |
| void | shallow_clear () |
| bool | empty () const |
| bool | singleton () const |
| void | shallow_copy (CLIST *from_list) |
| void | assign_to_sublist (CLIST_ITERATOR *start_it, CLIST_ITERATOR *end_it) |
| int32_t | length () const |
| void | sort (int comparator(const void *, const void *)) |
| bool | add_sorted (int comparator(const void *, const void *), bool unique, void *new_data) |
| void | set_subtract (int comparator(const void *, const void *), bool unique, CLIST *minuend, CLIST *subtrahend) |
|
default |
|
delete |
|
inline |
|
delete |