Public Member Functions | |
env_var (char const *name, T default_value, std::function< bool(T) > checker=nullptr) | |
bool | is_set () const |
operator T () const | |
T | value () const |
Private Attributes | |
bool | _is_set |
T | _value |
Definition at line 75 of file ac-trigger.cpp.
|
inline |
Definition at line 81 of file ac-trigger.cpp.
|
inline |
Definition at line 107 of file ac-trigger.cpp.
|
inline |
Definition at line 110 of file ac-trigger.cpp.
Definition at line 108 of file ac-trigger.cpp.
|
private |
Definition at line 77 of file ac-trigger.cpp.
|
private |
Definition at line 78 of file ac-trigger.cpp.