|
CEBL
2.1
|
#include <Param.hpp>
Data Fields | |
| double | d |
| int | i |
| bool | b |
| bool CEBL::ParamDataUnion::b |
Definition at line 44 of file Param.hpp.
Referenced by CEBL::Param::getBool(), CEBL::Param::Param(), and CEBL::Param::setBool().
| double CEBL::ParamDataUnion::d |
Definition at line 42 of file Param.hpp.
Referenced by CEBL::Param::getDouble(), CEBL::Param::getMax(), CEBL::Param::getMin(), CEBL::Param::getStep(), CEBL::Param::Param(), and CEBL::Param::setDouble().
| int CEBL::ParamDataUnion::i |
Definition at line 43 of file Param.hpp.
Referenced by CEBL::Param::getInt(), CEBL::Param::getMax(), CEBL::Param::getMin(), CEBL::Param::getStep(), CEBL::Param::Param(), and CEBL::Param::setInt().
1.8.1.1