#include <rtcFunctor.h>
Public Member Functions | |
virtual Parameters * | clone () const =0 |
Parameters & | copy (const Parameters &other) |
Parameters () | |
Parameters (const Parameters &other) | |
virtual bool | read (InputHandler &ih) |
virtual bool | write (OutputHandler &oh) const |
virtual | ~Parameters () |
Protected Member Functions | |
Parameters & | operator= (const Parameters &other) |
Base class for all parameter objects
Definition at line 55 of file rtcFunctor.h.
default constructor
Definition at line 31 of file rtcFunctor.cpp.
rtc::Functor::Parameters::Parameters | ( | const Parameters & | other | ) |
copy constructor
Definition at line 36 of file rtcFunctor.cpp.
rtc::Functor::Parameters::~Parameters | ( | ) | [virtual] |
destructor
Definition at line 43 of file rtcFunctor.cpp.
virtual Parameters* rtc::Functor::Parameters::clone | ( | ) | const [pure virtual] |
returns a pointer to a clone of the Parameters.
Functor::Parameters & rtc::Functor::Parameters::copy | ( | const Parameters & | other | ) |
copy data of "other" Parameters
Definition at line 47 of file rtcFunctor.cpp.
Functor::Parameters & rtc::Functor::Parameters::operator= | ( | const Parameters & | other | ) | [protected] |
copy data of "other" Parameters
Definition at line 51 of file rtcFunctor.cpp.
bool rtc::Functor::Parameters::read | ( | InputHandler & | ih | ) | [virtual] |
bool rtc::Functor::Parameters::write | ( | OutputHandler & | oh | ) | const [virtual] |