#include <vector>
#include <algorithm>
#include <sstream>
#include <iterator>
#include <boost/program_options.hpp>
Go to the source code of this file.
|
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) |
|