|
The Sparta Modeling Framework
|
#include <ParameterTree.hpp>
Public Member Functions | |
| MatchIterator (ChildVector::const_reverse_iterator itr) | |
| MatchIterator (const MatchIterator &)=default | |
| MatchIterator & | operator= (const MatchIterator &)=default |
| bool | operator== (const MatchIterator &rhp) const |
| bool | operator!= (const MatchIterator &rhp) const |
| void | operator++ (int) |
| void | operator++ () |
| bool | matches (const std::string &other) const |
| const Node * | get () const |
| Node * | get () |
| const Node * | operator-> () const |
Object for iterating over children to detect name/expression matches. Iteration order is most recent to oldest.
Definition at line 720 of file ParameterTree.hpp.
|
inline |
Definition at line 723 of file ParameterTree.hpp.
|
inline |
Definition at line 751 of file ParameterTree.hpp.
|
inline |
Definition at line 747 of file ParameterTree.hpp.
|
inline |
Definition at line 743 of file ParameterTree.hpp.
|
inline |
Definition at line 735 of file ParameterTree.hpp.
|
inline |
Definition at line 741 of file ParameterTree.hpp.
|
inline |
Definition at line 739 of file ParameterTree.hpp.
|
inline |
Definition at line 755 of file ParameterTree.hpp.
|
inline |
Definition at line 731 of file ParameterTree.hpp.