Regulatory implementation. More...

Go to the source code of this file.
Macros | |
| #define | prefix_ |
| #define | FLAG_GETSET_IMPL(member, flag) |
| #define | GTLT(a) if (a < other.a) return true; if (other.a < a) return false; |
Regulatory implementation.
Definition in file Regulatory.cc.
| #define FLAG_GETSET_IMPL | ( | member, | |
| flag | |||
| ) |
Definition at line 68 of file Regulatory.cc.
| #define GTLT | ( | a | ) | if (a < other.a) return true; if (other.a < a) return false; |
| #define prefix_ |
Definition at line 22 of file Regulatory.cc.