OR-Tools  8.0
commandlineflags.h File Reference

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)
 

Macro Definition Documentation

◆ ABSL_DECLARE_FLAG

#define ABSL_DECLARE_FLAG (   t,
 
)    DECLARE_##t(n)

Definition at line 43 of file commandlineflags.h.

◆ ABSL_FLAG

#define ABSL_FLAG (   t,
  n,
  d,
 
)    DEFINE_##t(n, d, h)

Definition at line 44 of file commandlineflags.h.