63 Type& operator=(
Type&& rhs) noexcept;
68 std::string getName()
const;
70 std::string getNameOnWire()
const;
82 Type& addProperty(
const char* key,
const Value& val);
87 static Type byName(
const char* name);
89 static Type byName(
const char* name,
const char* name_on_wire);
91 static Type byNameOnWire(
const char* name_on_wire);
97 #ifndef DOXYGEN_SHOULD_SKIP_THIS
A class for storing options and configuration information.
A base class for nested structures that can be searched.
A single value (typically within a Bottle).
std::string toString(const T &value)
convert an arbitrary type to string.
bool isValid()
Check if time is valid (non-zero).
The main, catch-all namespace for YARP.