67 std::string getName()
const;
69 std::string getNameOnWire()
const;
81 Type& addProperty(
const char* key,
const Value& val);
86 static Type byName(
const char* name);
88 static Type byName(
const char* name,
const char* name_on_wire);
90 static Type byNameOnWire(
const char* name_on_wire);
96#ifndef DOXYGEN_SHOULD_SKIP_THIS
std::string toString(const T &value)
convert an arbitrary type to string.
A mini-server for performing network communication in the background.
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).
An interface to the operating system, including Port based communication.