10 #define YARP_OS_TYPE_H
66 Type& operator=(
Type&& rhs) noexcept;
71 std::string getName()
const;
73 std::string getNameOnWire()
const;
85 Type& addProperty(
const char* key,
const Value& val);
90 static Type byName(
const char* name);
92 static Type byName(
const char* name,
const char* name_on_wire);
94 static Type byNameOnWire(
const char* name_on_wire);
100 #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.