![]() |
OR-Tools
8.0
|
Go to the source code of this file.
Namespaces | |
| absl | |
Macros | |
| #define | ABSL_DECLARE_FLAG(t, n) DECLARE_##t(n) |
| #define | ABSL_FLAG(t, n, d, h) DEFINE_##t(n, d, h) |
Functions | |
| template<class T > | |
| void | SetFlag (T *flag, const T &value) |
| template<class T , class V > | |
| void | SetFlag (T *flag, const V &value) |
| template<class T > | |
| const T & | GetFlag (T *flag) |
| template<class T > | |
| const T & | GetFlag (const T &flag) |
| #define ABSL_DECLARE_FLAG | ( | t, | |
| n | |||
| ) | DECLARE_##t(n) |
Definition at line 44 of file commandlineflags.h.
| #define ABSL_FLAG | ( | t, | |
| n, | |||
| d, | |||
| h | |||
| ) | DEFINE_##t(n, d, h) |
Definition at line 45 of file commandlineflags.h.