7 #ifndef YARP_OS_NESTEDCONTACT_H
8 #define YARP_OS_NESTEDCONTACT_H
78 bool fromString(
const std::string& nFullName);
80 void setTypeName(
const std::string& nWireType);
82 void setCategoryWrite();
84 void setCategoryRead();
86 std::string getFullName()
const;
88 std::string getNodeName()
const;
90 std::string getNestedName()
const;
92 std::string getCategory()
const;
94 std::string getTypeName()
const;
96 std::string getTypeNameStar()
const;
98 bool isNested()
const;
104 #ifndef DOXYGEN_SHOULD_SKIP_THIS
std::string toString(const T &value)
convert an arbitrary type to string.
The main, catch-all namespace for YARP.