#include <TimeLaw.h>
Public Member Functions | |
ConstSpeedParam () | |
Default constructor. | |
ConstSpeedParam (Decimal speed) | |
Parametric constructor. | |
ConstSpeedParam (const ConstSpeedParam &p) | |
ConstSpeedParam & | operator= (const ConstSpeedParam &p) |
void | setSpeed (Decimal value) |
sets _speed parameter | |
Decimal | speed () |
gets _speed parameter | |
string | print () |
Prints on the screen all class parametes. |
MipBaselib::ConstSpeedParam::ConstSpeedParam | ( | ) | [inline] |
Default constructor.
MipBaselib::ConstSpeedParam::ConstSpeedParam | ( | Decimal | speed | ) | [inline] |
Parametric constructor.
MipBaselib::ConstSpeedParam::ConstSpeedParam | ( | const ConstSpeedParam & | p | ) | [inline] |
Copy constructor. TODO verify
ConstSpeedParam& MipBaselib::ConstSpeedParam::operator= | ( | const ConstSpeedParam & | p | ) | [inline] |
Operator =. TODO verify
void MipBaselib::ConstSpeedParam::setSpeed | ( | Decimal | value | ) | [inline] |
sets _speed parameter
Decimal MipBaselib::ConstSpeedParam::speed | ( | ) | [inline] |
gets _speed parameter
string MipBaselib::ConstSpeedParam::print | ( | ) | [inline] |
Prints on the screen all class parametes.