tue_config
|
#include <map.h>
Public Member Functions | |
bool | addGroup (const Label &label, const NodeIdx &n, NodeIdx &idx) |
NodePtr | deepCopy (const Data &source, NodeIdx target_idx, Data &target) const |
virtual bool | empty () const |
Map (const Label &name) | |
bool | readGroup (const Label &label, NodeIdx &idx) const |
bool | setValue (const Label &label, const Variant &value) |
bool | value (const Label &label, Variant &value) const |
![]() | |
virtual bool | add (const NodeIdx &, NodeIdx &) |
virtual bool | firstChild (NodeIdx &) |
const Label & | name () const |
Node (const Label &name, NodeType type) | |
void | setName (const std::string &name) |
const NodeType & | type () const |
virtual | ~Node () |
Public Attributes | |
std::map< Label, NodeIdx > | map_ |
std::map< Label, Variant > | values |
|
inlinevirtual |
Reimplemented from tue::config::Node.
|
virtual |
Implements tue::config::Node.
|
inlinevirtual |
Implements tue::config::Node.
Reimplemented from tue::config::Node.
Reimplemented from tue::config::Node.
Reimplemented from tue::config::Node.