![]() |
OGS
|
A wrapper around a Boost Iterator for iterating over ranges of parameters.
The methods of this class tell the associated (parent) ConfigTree
object when a setting has been parsed.
Definition at line 166 of file ConfigTree.h.
#include <ConfigTree.h>
Public Member Functions | |
ConfigTree | operator* () |
SubtreeIterator (Iterator const &it, std::string const &root, ConfigTree const &parent) | |
Inherit the constructor. More... | |
![]() | |
SubtreeIterator (Iterator const &it, std::string const &root, ConfigTree const &parent) | |
SubtreeIterator & | operator++ () |
ConfigTree | operator* () |
bool | operator== (SubtreeIterator const &other) const |
bool | operator!= (SubtreeIterator const &other) const |
Additional Inherited Members | |
![]() | |
using | Iterator = boost::property_tree::ptree::const_assoc_iterator |
![]() | |
std::string const | tagname_ |
ConfigTree const & | parent_ |
|
inline |
Definition at line 172 of file ConfigTree.h.
References BaseLib::ConfigTree::error(), BaseLib::ConfigTree::SubtreeIterator::operator*(), BaseLib::ConfigTree::SubtreeIterator::parent_, and BaseLib::ConfigTree::SubtreeIterator::tagname_.
|
inlineexplicit |