22 const std::string&
comment)
const
25 bool ok = !(
bit.isNull());
34 const std::string&
comment)
const
37 bool ok = !(
bit.isNull());
45 const std::string&
comment)
const
51 const std::string&
comment)
const
53 return findGroup(key);
A simple collection of objects that can be described and transmitted in a portable way.
A mini-server for performing network communication in the background.
virtual bool isNull() const
Checks if the object is invalid.
virtual ~Searchable()
Destructor.
virtual bool check(const std::string &key) const =0
Check if there exists a property of the given name.
virtual Bottle & findGroup(const std::string &key) const =0
Gets a list corresponding to a given keyword.
Searchable()
Default constructor.
A single value (typically within a Bottle).
An interface to the operating system, including Port based communication.