Antares Simulator
Power System Simulator
Loading...
Searching...
No Matches
Antares::Expressions::Nodes::ASTPreOrderIterator Class Reference

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
 
ASTPreOrderIteratoroperator++ ()
 
bool operator== (const ASTPreOrderIterator &other) const
 
bool operator!= (const ASTPreOrderIterator &other) const
 

The documentation for this class was generated from the following files: