OpenSDN source code
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
sandesh::options Namespace Reference

Functions

void AddOptions (opt::options_description *sandesh_options, SandeshConfig *sandesh_config)
 
void ProcessOptions (const opt::variables_map &var_map, SandeshConfig *sandesh_config)
 
void AddOptions (boost::program_options::options_description *sandesh_options, SandeshConfig *sandesh_config)
 
void ProcessOptions (const boost::program_options::variables_map &var_map, SandeshConfig *sandesh_config)
 

Function Documentation

void sandesh::options::AddOptions ( opt::options_description *  sandesh_options,
SandeshConfig sandesh_config 
)

Definition at line 15 of file sandesh_options.cc.

void sandesh::options::AddOptions ( boost::program_options::options_description *  sandesh_options,
SandeshConfig sandesh_config 
)
void sandesh::options::ProcessOptions ( const boost::program_options::variables_map &  var_map,
SandeshConfig sandesh_config 
)
void sandesh::options::ProcessOptions ( const opt::variables_map &  var_map,
SandeshConfig sandesh_config 
)

Definition at line 72 of file sandesh_options.cc.