Go to the source code of this file.
Defines | |
| #define | DECLARE_AND_ACCESS(NAME, TYPE) |
| #define | NO_CHARGE 66 |
| #define | NO_FLOAT std::numeric_limits<double>::max() |
| #define | RMK 0 |
| #define | DISCARD -1 |
| #define DECLARE_AND_ACCESS | ( | NAME, | |
| TYPE | |||
| ) |
private: \ TYPE NAME##_;\ public: \ const TYPE& NAME() const{ \ return NAME##_; \ } \ TYPE& NAME(){ \ return NAME##_; \ }
| #define DISCARD -1 |
| #define NO_CHARGE 66 |
| #define NO_FLOAT std::numeric_limits<double>::max() |
| #define RMK 0 |
1.7.4