|
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 = Node * |
| using | reference = Node & |
Public Member Functions | |
| ASTPreOrderIterator (Node *root=nullptr) | |
| reference | operator* () const |
| pointer | operator-> () const |
| ASTPreOrderIterator & | operator++ () |
| bool | operator== (const ASTPreOrderIterator &other) const |
| bool | operator!= (const ASTPreOrderIterator &other) const |