OpenSDN source code
feature_flags.h File Reference
#include <string>
#include <boost/function.hpp>
#include <boost/scoped_ptr.hpp>
#include <base/logging.h>
#include <base/sandesh/process_info_constants.h>
#include <base/sandesh/process_info_types.h>
#include "rapidjson/document.h"
#include "rapidjson/stringbuffer.h"
#include "rapidjson/writer.h"
#include <tbb/mutex.h>
Include dependency graph for feature_flags.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  process::FlagState
 
struct  process::FlagContext
 
class  process::FlagConfig
 
class  process::Flag
 
class  process::FlagConfigManager
 
class  process::FlagUveManager
 
class  process::FlagManager
 

Namespaces

 process
 

Typedefs

typedef std::vector< FlagContext > process::ContextVec
 
typedef std::vector< FlagContext >::const_iterator process::context_iterator
 
typedef std::vector< FlagContext >::size_type process::context_size
 
typedef std::vector< FlagConfig > process::FlagConfigVec
 
typedef std::vector< FlagConfig >::const_iterator process::flag_cfg_itr
 
typedef std::vector< Flag > process::FlagVec