|
OpenSDN source code
|
Functions | |
| template<typename ElementType > | |
| bool | 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 | GetOptValueImpl (const boost::program_options::variables_map &var_map, ValueType &var, const std::string &val, ValueType *, bool if_not_defaulted) |
| template<typename ValueType > | |
| bool | GetOptValue (const boost::program_options::variables_map &var_map, ValueType &var, const std::string &val) |
| template<typename ValueType > | |
| bool | GetOptValueIfNotDefaulted (const boost::program_options::variables_map &var_map, ValueType &var, const std::string &val) |
| bool options::util::GetOptValue | ( | const boost::program_options::variables_map & | var_map, |
| ValueType & | var, | ||
| const std::string & | val | ||
| ) |
| bool options::util::GetOptValueIfNotDefaulted | ( | const boost::program_options::variables_map & | var_map, |
| ValueType & | var, | ||
| const std::string & | val | ||
| ) |
| 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 | ||
| ) |
Definition at line 20 of file options_util.h.
| bool options::util::GetOptValueImpl | ( | const boost::program_options::variables_map & | var_map, |
| ValueType & | var, | ||
| const std::string & | val, | ||
| ValueType * | , | ||
| bool | if_not_defaulted | ||
| ) |
Definition at line 44 of file options_util.h.