#include <Node.hpp>
◆ Node() [1/2]
| BBM::Node::Node |
( |
std::string |
name | ) |
|
|
explicit |
◆ Node() [2/2]
| BBM::Node::Node |
( |
const Node & |
| ) |
|
|
default |
◆ ~Node()
◆ addChildNode()
| void BBM::Node::addChildNode |
( |
const Node & |
childNode | ) |
|
◆ getChildNodes() [1/2]
| std::vector< Node > BBM::Node::getChildNodes |
( |
const std::string & |
childNodeName | ) |
|
◆ getChildNodes() [2/2]
| std::vector< Node > BBM::Node::getChildNodes |
( |
void |
| ) |
|
◆ getName()
| std::string BBM::Node::getName |
( |
| ) |
const |
◆ getProperty()
| std::string BBM::Node::getProperty |
( |
const std::string & |
propertyName | ) |
const |
◆ operator=()
| Node& BBM::Node::operator= |
( |
const Node & |
| ) |
|
|
default |
◆ setName()
| void BBM::Node::setName |
( |
const std::string & |
name | ) |
|
◆ setProperty() [1/2]
| void BBM::Node::setProperty |
( |
const std::pair< std::string, std::string > & |
propertyNameValue | ) |
|
◆ setProperty() [2/2]
| void BBM::Node::setProperty |
( |
const std::string & |
propertyName, |
|
|
const std::string & |
propertyValue |
|
) |
| |
◆ _childNodes
| std::vector<Node> BBM::Node::_childNodes |
|
private |
◆ _name
| std::string BBM::Node::_name |
|
private |
◆ _properties
| std::map<std::string, std::string> BBM::Node::_properties |
|
private |
The documentation for this class was generated from the following files: