#include <feature_flags.h>
Definition at line 185 of file feature_flags.h.
process::FlagConfig::FlagConfig |
( |
const std::string & |
name, |
|
|
const std::string & |
version, |
|
|
bool |
enabled, |
|
|
FlagState::Type |
state, |
|
|
ContextVec & |
context_infos |
|
) |
| |
|
inline |
process::FlagConfig::~FlagConfig |
( |
| ) |
|
|
inline |
const ContextVec& process::FlagConfig::context_infos |
( |
| ) |
const |
|
inline |
bool process::FlagConfig::enabled |
( |
| ) |
const |
|
inline |
const std::string& process::FlagConfig::name |
( |
| ) |
const |
|
inline |
bool process::FlagConfig::operator!= |
( |
const FlagConfig & |
rhs | ) |
const |
|
inline |
bool process::FlagConfig::operator== |
( |
const FlagConfig & |
rhs | ) |
const |
|
inline |
void process::FlagConfig::set_context_infos |
( |
const ContextVec & |
val | ) |
|
|
inline |
void process::FlagConfig::set_enabled |
( |
bool |
val | ) |
|
|
inline |
void process::FlagConfig::set_name |
( |
const std::string & |
val | ) |
|
|
inline |
void process::FlagConfig::set_version |
( |
const std::string & |
val | ) |
|
|
inline |
const std::string& process::FlagConfig::version |
( |
| ) |
const |
|
inline |
bool process::FlagConfig::enabled_ |
|
private |
std::string process::FlagConfig::name_ |
|
private |
std::string process::FlagConfig::version_ |
|
private |
The documentation for this class was generated from the following file: