The Sparta Modeling Framework
|
This is the complete list of members for sparta::ParameterTree, including all inherited members.
clear() | sparta::ParameterTree | inline |
create(const std::string &path, bool required=false) | sparta::ParameterTree | inline |
exists(const std::string &path, const bool must_be_leaf=true) const | sparta::ParameterTree | inline |
get(const std::string &path) const | sparta::ParameterTree | inline |
getRoot() const (defined in sparta::ParameterTree) | sparta::ParameterTree | inline |
getRoot() (defined in sparta::ParameterTree) | sparta::ParameterTree | inline |
getUnreadValueNodes(std::vector< const Node * > *nodes) const | sparta::ParameterTree | inline |
getUnreadValueNodes(std::vector< Node * > *nodes) | sparta::ParameterTree | inline |
hasValue(const std::string &path, const bool must_be_leaf=true) const | sparta::ParameterTree | inline |
isRead(const std::string &path) const | sparta::ParameterTree | inline |
isRequired(const std::string &path) const | sparta::ParameterTree | inline |
merge(const ParameterTree &rhp) | sparta::ParameterTree | inline |
operator=(const ParameterTree &rhp) (defined in sparta::ParameterTree) | sparta::ParameterTree | inline |
operator[](const std::string &name) const | sparta::ParameterTree | inline |
ParameterTree() | sparta::ParameterTree | inline |
ParameterTree(const ParameterTree &rhp) (defined in sparta::ParameterTree) | sparta::ParameterTree | inline |
recursePrint(std::ostream &o) const | sparta::ParameterTree | inline |
set(const std::string &path, const std::string &value, bool required, const std::string &origin="") | sparta::ParameterTree | inline |
tryGet(const std::string &path, const bool must_be_leaf=true) const | sparta::ParameterTree | inline |
tryGet(const std::string &path, const bool must_be_leaf=true) | sparta::ParameterTree | inline |
unrequire(const std::string &path) | sparta::ParameterTree | inline |
~ParameterTree() | sparta::ParameterTree | inlinevirtual |