#include <BaseList.h>
|
|
class | BaseList |
| |
|
class | const_iterator |
| |
Generic non const iterator
- Examples:
- /examples/coding/List.cpp.
| Byte* commore::BaseList::iterator::get_data |
( |
| ) |
const |
Get pointer on current element
- Todo:
- should be protected
| Dummy& commore::BaseList::iterator::get_dummy |
( |
| ) |
const |
Get reference on current element
- Todo:
- should be protected
| bool commore::BaseList::iterator::more |
( |
| ) |
const |
| commore::BaseList::iterator::operator bool |
( |
| ) |
const |
Does iterator reach end of list
| iterator& commore::BaseList::iterator::operator++ |
( |
| ) |
|
| iterator commore::BaseList::iterator::operator++ |
( |
int |
| ) |
|
| iterator& commore::BaseList::iterator::operator-- |
( |
| ) |
|
| iterator commore::BaseList::iterator::operator-- |
( |
int |
| ) |
|
| bool commore::BaseList::iterator::operator== |
( |
const iterator & |
iter | ) |
const |
The documentation for this class was generated from the following file: