|
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 1035 of file ParameterTree.hpp.
|
inline |
Definition at line 1038 of file ParameterTree.hpp.
|
inline |
Definition at line 1066 of file ParameterTree.hpp.
|
inline |
Definition at line 1062 of file ParameterTree.hpp.
|
inline |
Definition at line 1058 of file ParameterTree.hpp.
|
inline |
Definition at line 1050 of file ParameterTree.hpp.
|
inline |
Definition at line 1056 of file ParameterTree.hpp.
|
inline |
Definition at line 1054 of file ParameterTree.hpp.
|
inline |
Definition at line 1070 of file ParameterTree.hpp.
|
inline |
Definition at line 1046 of file ParameterTree.hpp.