|
Orcus
|
Public Member Functions | |
| const_node_iterator (const const_node_iterator &other) | |
| const const_node & | operator* () const |
| const const_node * | operator-> () const |
| const_node_iterator & | operator++ () |
| const_node_iterator | operator++ (int) |
| const_node_iterator & | operator-- () |
| const_node_iterator | operator-- (int) |
| bool | operator== (const const_node_iterator &other) const |
| bool | operator!= (const const_node_iterator &other) const |
| const_node_iterator & | operator= (const const_node_iterator &other) |
Friends | |
| class | const_node |