OpenSDN source code
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
options_util.h File Reference
#include <vector>
#include <algorithm>
#include <sstream>
#include <iterator>
#include <boost/program_options.hpp>
Include dependency graph for options_util.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 options
 
 options::util
 

Functions

template<typename ElementType >
bool options::util::GetOptValueImpl (const boost::program_options::variables_map &var_map, std::vector< ElementType > &var, const std::string &val, std::vector< ElementType > *, bool if_not_defaulted)
 
template<typename ValueType >
bool options::util::GetOptValueImpl (const boost::program_options::variables_map &var_map, ValueType &var, const std::string &val, ValueType *, bool if_not_defaulted)
 
template<typename ValueType >
bool options::util::GetOptValue (const boost::program_options::variables_map &var_map, ValueType &var, const std::string &val)
 
template<typename ValueType >
bool options::util::GetOptValueIfNotDefaulted (const boost::program_options::variables_map &var_map, ValueType &var, const std::string &val)