Definition at line 20 of file Nodes.cpp.
◆ Private()
yarp::os::Nodes::Private::Private |
( |
| ) |
|
◆ ~Private()
yarp::os::Nodes::Private::~Private |
( |
| ) |
|
◆ add()
void yarp::os::Nodes::Private::add |
( |
Contactable & |
contactable | ) |
|
◆ addExternalNode()
void yarp::os::Nodes::Private::addExternalNode |
( |
const std::string & |
name, |
|
|
Node & |
node |
|
) |
| |
◆ clear()
void yarp::os::Nodes::Private::clear |
( |
| ) |
|
◆ enable()
bool yarp::os::Nodes::Private::enable |
( |
bool |
flag | ) |
|
◆ getActiveName()
std::string yarp::os::Nodes::Private::getActiveName |
( |
| ) |
|
◆ getNode()
Node * yarp::os::Nodes::Private::getNode |
( |
const std::string & |
name, |
|
|
bool |
create |
|
) |
| |
◆ getParent()
Contact yarp::os::Nodes::Private::getParent |
( |
const std::string & |
name | ) |
|
◆ getURI()
Contact yarp::os::Nodes::Private::getURI |
( |
const std::string & |
name | ) |
|
◆ interrupt()
void yarp::os::Nodes::Private::interrupt |
( |
| ) |
|
◆ prepare()
void yarp::os::Nodes::Private::prepare |
( |
const std::string & |
name | ) |
|
◆ query()
Contact yarp::os::Nodes::Private::query |
( |
const std::string & |
name, |
|
|
const std::string & |
category |
|
) |
| |
◆ remove()
void yarp::os::Nodes::Private::remove |
( |
Contactable & |
contactable | ) |
|
◆ removeExternalNode()
void yarp::os::Nodes::Private::removeExternalNode |
( |
const std::string & |
name | ) |
|
◆ requireActiveName()
bool yarp::os::Nodes::Private::requireActiveName |
( |
| ) |
|
◆ setActiveName()
void yarp::os::Nodes::Private::setActiveName |
( |
const std::string & |
name | ) |
|
◆ update()
void yarp::os::Nodes::Private::update |
( |
Contactable & |
contactable | ) |
|
◆ active
bool yarp::os::Nodes::Private::active {false} |
◆ active_name
std::string yarp::os::Nodes::Private::active_name |
◆ dummy
Node* yarp::os::Nodes::Private::dummy {nullptr} |
◆ mutex
std::mutex yarp::os::Nodes::Private::mutex |
◆ nodes_map
std::map<std::string, std::pair<Node*, bool> > yarp::os::Nodes::Private::nodes_map |
The documentation for this class was generated from the following file: