Marsyas
0.6.0-alpha
|
TmParam associates a name with a value and is used for setting parameters of timers. More...
#include <TmParam.h>
Public Member Functions | |
std::string | cname () |
TmParam (std::string name, TmControlValue valu) | |
TmParam (const TmParam &) | |
TmControlValue | value () |
Friends | |
std::ostream & | operator<< (std::ostream &, const TmParam &) |
TmParam associates a name with a value and is used for setting parameters of timers.
TmParam | ( | std::string | name, |
TmControlValue | valu | ||
) |
Definition at line 24 of file TmParam.cpp.
Definition at line 30 of file TmParam.cpp.
TmControlValue value | ( | ) | [inline] |
std::ostream& operator<< | ( | std::ostream & | o, |
const TmParam & | m | ||
) | [friend] |
Definition at line 38 of file TmParam.cpp.