List of all members.
Public Member Functions |
| base_list_iterator (base_list &list_par) |
void | init (base_list &list_par) |
void * | next (void) |
void * | next_fast (void) |
void | rewind (void) |
void * | replace (void *element) |
void * | replace (base_list &new_list) |
void | remove (void) |
void | after (void *element) |
void ** | ref (void) |
bool | is_last (void) |
Protected Member Functions |
void | sublist (base_list &ls, uint elm) |
Protected Attributes |
base_list * | list |
list_node ** | el |
list_node ** | prev |
list_node * | current |
Friends |
class | error_list_iterator |
The documentation for this class was generated from the following file: