6#ifndef YARP_ROBOTINTERFACE_PARAM_H
7#define YARP_ROBOTINTERFACE_PARAM_H
17namespace robotinterface {
22 explicit Param(
bool isGroup =
false);
23 Param(
const std::string& name,
const std::string& value,
bool isGroup =
false);
32 const std::string& name()
const;
33 const std::string& value()
const;
yarp::os::LogStream operator<<(yarp::os::LogStream dbg, const yarp::robotinterface::Param &t)
A class for storing options and configuration information.
Param(const Param &other)
The main, catch-all namespace for YARP.
std::ostream & operator<<(std::ostream &os, StrStream &sstr)
#define YARP_robotinterface_API