YARP
Yet Another Robot Platform
 
Loading...
Searching...
No Matches
yarp::robotinterface::Param Class Reference

#include <yarp/robotinterface/Param.h>

Classes

class  Private
 

Public Member Functions

 Param (bool isGroup=false)
 
 Param (const std::string &name, const std::string &value, bool isGroup=false)
 
 Param (const Param &other)
 
Paramoperator= (const Param &other)
 
virtual ~Param ()
 
std::string & name ()
 
std::string & value ()
 
const std::string & name () const
 
const std::string & value () const
 
bool isGroup () const
 
yarp::os::Property toProperty () const
 

Detailed Description

Definition at line 19 of file Param.h.

Constructor & Destructor Documentation

◆ Param() [1/3]

yarp::robotinterface::Param::Param ( bool  isGroup = false)
explicit

Definition at line 42 of file Param.cpp.

◆ Param() [2/3]

yarp::robotinterface::Param::Param ( const std::string &  name,
const std::string &  value,
bool  isGroup = false 
)

Definition at line 48 of file Param.cpp.

◆ Param() [3/3]

yarp::robotinterface::Param::Param ( const Param other)

◆ ~Param()

yarp::robotinterface::Param::~Param ( )
virtual

Definition at line 75 of file Param.cpp.

Member Function Documentation

◆ isGroup()

bool yarp::robotinterface::Param::isGroup ( ) const

Definition at line 100 of file Param.cpp.

◆ name() [1/2]

std::string & yarp::robotinterface::Param::name ( )

Definition at line 80 of file Param.cpp.

◆ name() [2/2]

const std::string & yarp::robotinterface::Param::name ( ) const

Definition at line 90 of file Param.cpp.

◆ operator=()

yarp::robotinterface::Param & yarp::robotinterface::Param::operator= ( const Param other)

Definition at line 64 of file Param.cpp.

◆ toProperty()

yarp::os::Property yarp::robotinterface::Param::toProperty ( ) const

Definition at line 105 of file Param.cpp.

◆ value() [1/2]

std::string & yarp::robotinterface::Param::value ( )

Definition at line 85 of file Param.cpp.

◆ value() [2/2]

const std::string & yarp::robotinterface::Param::value ( ) const

Definition at line 95 of file Param.cpp.


The documentation for this class was generated from the following files: