|
Embedded Template Library
1.0
|
#include <ilist.h>
Public Member Functions | |
| const_iterator (Node &node) | |
| const_iterator (const Node &node) | |
| const_iterator (const typename ilist::iterator &other) | |
| const_iterator (const const_iterator &other) | |
| const_iterator & | operator++ () |
| const_iterator | operator++ (int) |
| const_iterator & | operator-- () |
| const_iterator | operator-- (int) |
| const_iterator | operator= (const const_iterator &other) |
| const_reference | operator* () const |
| const_pointer | operator& () const |
| const Data_Node * | operator-> () const |
Friends | |
| class | ilist |
| bool | operator== (const const_iterator &lhs, const const_iterator &rhs) |
| bool | operator!= (const const_iterator &lhs, const const_iterator &rhs) |