#include <clst.h>
◆ CLIST_ITERATOR() [1/2]
CLIST_ITERATOR::CLIST_ITERATOR |
( |
| ) |
|
|
inline |
◆ CLIST_ITERATOR() [2/2]
CLIST_ITERATOR::CLIST_ITERATOR |
( |
CLIST * |
list_to_iterate | ) |
|
|
inline |
◆ add_after_stay_put()
void CLIST_ITERATOR::add_after_stay_put |
( |
void * |
new_data | ) |
|
|
inline |
◆ add_after_then_move()
void CLIST_ITERATOR::add_after_then_move |
( |
void * |
new_data | ) |
|
|
inline |
◆ add_before_stay_put()
void CLIST_ITERATOR::add_before_stay_put |
( |
void * |
new_data | ) |
|
|
inline |
◆ add_before_then_move()
void CLIST_ITERATOR::add_before_then_move |
( |
void * |
new_data | ) |
|
|
inline |
◆ add_list_after()
void CLIST_ITERATOR::add_list_after |
( |
CLIST * |
list_to_add | ) |
|
|
inline |
◆ add_list_before()
void CLIST_ITERATOR::add_list_before |
( |
CLIST * |
list_to_add | ) |
|
|
inline |
◆ add_to_end()
void CLIST_ITERATOR::add_to_end |
( |
void * |
new_data | ) |
|
|
inline |
◆ at_first()
bool CLIST_ITERATOR::at_first |
( |
| ) |
|
|
inline |
◆ at_last()
bool CLIST_ITERATOR::at_last |
( |
| ) |
|
|
inline |
◆ current_extracted()
bool CLIST_ITERATOR::current_extracted |
( |
| ) |
|
|
inline |
◆ cycled_list()
bool CLIST_ITERATOR::cycled_list |
( |
| ) |
|
|
inline |
◆ data()
void* CLIST_ITERATOR::data |
( |
| ) |
|
|
inline |
◆ data_relative()
void * CLIST_ITERATOR::data_relative |
( |
int8_t |
offset | ) |
|
◆ empty()
bool CLIST_ITERATOR::empty |
( |
| ) |
|
|
inline |
◆ exchange()
◆ extract()
void * CLIST_ITERATOR::extract |
( |
| ) |
|
|
inline |
◆ extract_sublist()
◆ forward()
void * CLIST_ITERATOR::forward |
( |
| ) |
|
◆ length()
int32_t CLIST_ITERATOR::length |
( |
| ) |
|
|
inline |
◆ mark_cycle_pt()
void CLIST_ITERATOR::mark_cycle_pt |
( |
| ) |
|
|
inline |
◆ move_to_first()
void * CLIST_ITERATOR::move_to_first |
( |
| ) |
|
|
inline |
◆ move_to_last()
void * CLIST_ITERATOR::move_to_last |
( |
| ) |
|
◆ set_to_list()
void CLIST_ITERATOR::set_to_list |
( |
CLIST * |
list_to_iterate | ) |
|
|
inline |
◆ sort()
void CLIST_ITERATOR::sort |
( |
int |
comparator const void *, const void * | ) |
|
|
inline |
◆ CLIST::assign_to_sublist
◆ current
◆ cycle_pt
◆ ex_current_was_cycle_pt
bool CLIST_ITERATOR::ex_current_was_cycle_pt |
|
private |
◆ ex_current_was_last
bool CLIST_ITERATOR::ex_current_was_last |
|
private |
◆ list
CLIST* CLIST_ITERATOR::list |
|
private |
◆ next
◆ prev
◆ started_cycling
bool CLIST_ITERATOR::started_cycling |
|
private |
The documentation for this class was generated from the following files:
- /home/stephane/src/tesseract/src/ccutil/clst.h
- /home/stephane/src/tesseract/src/ccutil/clst.cpp