|
Antares Simulator
Power System Simulator
|
Public Types | |
| using | iterator_category = std::forward_iterator_tag |
| using | value_type = Node |
| using | difference_type = std::ptrdiff_t |
| using | pointer = const Node * |
| using | reference = const Node & |
Public Member Functions | |
| ASTPreOrderIteratorConst (const Node *root=nullptr) | |
| reference | operator* () const |
| pointer | operator-> () const |
| ASTPreOrderIteratorConst & | operator++ () |
| bool | operator== (const ASTPreOrderIteratorConst &other) const |
| bool | operator!= (const ASTPreOrderIteratorConst &other) const |