Defines
constants.h File Reference

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 Documentation

#define DECLARE_AND_ACCESS (   NAME,
  TYPE 
)
Value:
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