Antares Simulator
Power System Simulator
Antares::Expressions::Nodes::ASTPreOrderIteratorConst Class Reference

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

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