#include <MON.h>
Public Member Functions | |
RegistryNode () | |
RegistryNode (const RegistryNode &node) | |
RegistryNode (RegistryNodeImpl *pRegistryNode) | |
RegistryNode & | operator= (const RegistryNode &node) |
RegNodePtr | getRegNodeI () const |
Project | project () const |
MetaObject | object () const |
bool | isRoot () const |
std::string | name () const |
std::string | path () const |
std::string | value () const |
long | integerValue () const |
double | realValue () const |
bool | boolValue () const |
std::string | valueByPath (const std::string &strPath) const |
RegistryNode | parent () const |
std::set< RegistryNode > | children () const |
RegistryNode | child (const std::string &strName) const |
RegistryNode | childByPath (const std::string &strPath) const |
Definition at line 785 of file MON.h.
MON::RegistryNode::RegistryNode | ( | const RegistryNode & | node | ) |
MON::RegistryNode::RegistryNode | ( | RegistryNodeImpl * | pRegistryNode | ) |
RegistryNode MON::RegistryNode::child | ( | const std::string & | strName | ) | const |
RegistryNode MON::RegistryNode::childByPath | ( | const std::string & | strPath | ) | const |
std::set< RegistryNode > MON::RegistryNode::children | ( | ) | const |
RegNodePtr MON::RegistryNode::getRegNodeI | ( | ) | const |
std::string MON::RegistryNode::name | ( | ) | const |
MetaObject MON::RegistryNode::object | ( | ) | const |
RegistryNode & MON::RegistryNode::operator= | ( | const RegistryNode & | node | ) |
RegistryNode MON::RegistryNode::parent | ( | ) | const |
std::string MON::RegistryNode::path | ( | ) | const |
std::string MON::RegistryNode::value | ( | ) | const |
std::string MON::RegistryNode::valueByPath | ( | const std::string & | strPath | ) | const |