#include <lang/LangString.h>#include <common/NumberParser.h>#include <vector>Go to the source code of this file.
Classes | |
| class | ActionParam |
| class | FixedActionParam |
| class | ActionParams |
| class | TestActionParams |
Defines | |
| #define | __INCLUDE_ActionParamsh_INCLUDE__ |
| #define | FIXED_ACTION_PARAM_DECL(x) |
| #define | FIXED_ACTION_PARAM_DEFN(x, y, z) |
| #define __INCLUDE_ActionParamsh_INCLUDE__ |
Definition at line 22 of file ActionParams.h.
| #define FIXED_ACTION_PARAM_DECL | ( | x | ) |
Value:
private: \ FixedActionParam x_; \ public: \ fixed get##x() { return x_.getValue(); }
Definition at line 28 of file ActionParams.h.
Value:
Definition at line 33 of file ActionParams.h.
Referenced by TestActionParams::TestActionParams().
1.5.3