![]() |
User Manual, Developers Guide and API Documentation |
![]() |
#include <node/component/FQSN.hpp>

Public Member Functions | |
| FQSN (const std::string &_nodeName, const std::string &_serviceName) | |
| Construct from two strings. | |
| FQSN (const pyconfig::View &pyco) | |
| Construct from pyconfig::View. | |
| std::string | getNodeName () const |
| Retrieve the node name. | |
| std::string | getServiceName () const |
| Retrieve the component name. | |
Private Attributes | |
| std::string | nodeName |
| std::string | serviceName |
Friends | |
| std::ostream & | operator<< (std::ostream &str, const FQSN &fqsn) |
| output stream operator (for nice Message, etc) | |
Definition at line 43 of file FQSN.hpp.
| FQSN::FQSN | ( | const pyconfig::View & | pyco | ) | [explicit] |
| FQSN::FQSN | ( | const std::string & | _nodeName, | |
| const std::string & | _serviceName | |||
| ) |
| std::ostream& operator<< | ( | std::ostream & | str, | |
| const FQSN & | fqsn | |||
| ) | [friend] |
std::string wns::node::component::FQSN::nodeName [private] |
std::string wns::node::component::FQSN::serviceName [private] |
1.5.5