OpenSDN source code
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
process::FlagContext Struct Reference

#include <feature_flags.h>

Collaboration diagram for process::FlagContext:

Public Member Functions

 FlagContext (const std::string &description, const std::string &val)
 
bool operator== (const FlagContext &rhs) const
 
bool operator!= (const FlagContext &rhs) const
 

Public Attributes

std::string desc
 
std::string value
 

Detailed Description

Definition at line 161 of file feature_flags.h.

Constructor & Destructor Documentation

process::FlagContext::FlagContext ( const std::string &  description,
const std::string &  val 
)
inline

Definition at line 162 of file feature_flags.h.

Member Function Documentation

bool process::FlagContext::operator!= ( const FlagContext rhs) const
inline

Definition at line 173 of file feature_flags.h.

bool process::FlagContext::operator== ( const FlagContext rhs) const
inline

Definition at line 166 of file feature_flags.h.

Member Data Documentation

std::string process::FlagContext::desc

Definition at line 177 of file feature_flags.h.

std::string process::FlagContext::value

Definition at line 178 of file feature_flags.h.


The documentation for this struct was generated from the following file: