Go to the source code of this file.
Detailed Description
Define Documentation
Value:public: \
virtual bool accessor(); \
virtual void mutator( bool val ); \
protected: \
MAKRti::DtEnvValueSP my##accessor##Val;
Value:public: \
virtual float accessor(); \
virtual void mutator( float val ); \
protected: \
MAKRti::DtEnvValueSP my##accessor##Val;
Value:public: \
virtual unsigned int accessor(); \
virtual void mutator( unsigned int val ); \
protected: \
MAKRti::DtEnvValueSP my##accessor##Val;
Function Documentation
| std::ostream& operator<< |
( |
std::ostream & |
ostr, |
|
|
const DtAssistantConfig & |
config |
|
) |
| [inline] |