10 #ifndef YARP_OS_NESTEDCONTACT_H
11 #define YARP_OS_NESTEDCONTACT_H
81 bool fromString(
const std::string& nFullName);
83 void setTypeName(
const std::string& nWireType);
85 void setCategoryWrite();
87 void setCategoryRead();
89 std::string getFullName()
const;
91 std::string getNodeName()
const;
93 std::string getNestedName()
const;
95 std::string getCategory()
const;
97 std::string getTypeName()
const;
99 std::string getTypeNameStar()
const;
101 bool isNested()
const;
107 #ifndef DOXYGEN_SHOULD_SKIP_THIS
std::string toString(const T &value)
convert an arbitrary type to string.
The main, catch-all namespace for YARP.