Vowpal Wabbit
|
Namespaces | |
is_scalar_impl | |
Classes | |
struct | base_option |
struct | is_scalar_option_type |
struct | option_group_definition |
struct | options_boost_po |
struct | options_i |
struct | options_name_extractor |
struct | options_serializer_boost_po |
struct | options_serializer_i |
struct | typed_option |
struct | typelist |
Typedefs | |
using | supported_options_types = typelist< unsigned int, int, size_t, uint64_t, float, double, char, std::string, bool, std::vector< int >, std::vector< size_t >, std::vector< float >, std::vector< double >, std::vector< char >, std::vector< std::string >> |
Functions | |
template<typename T > | |
typed_option< T > | make_option (std::string name, T &location) |
template<typename T > | |
bool | operator== (const typed_option< T > &lhs, const typed_option< T > &rhs) |
template<typename T > | |
bool | operator!= (const typed_option< T > &lhs, const typed_option< T > &rhs) |
bool | operator== (const base_option &lhs, const base_option &rhs) |
bool | operator!= (const base_option &lhs, const base_option &rhs) |
using VW::config::supported_options_types = typedef typelist<unsigned int, int, size_t, uint64_t, float, double, char, std::string, bool, std::vector<int>, std::vector<size_t>, std::vector<float>, std::vector<double>, std::vector<char>, std::vector<std::string>> |
typed_option<T> VW::config::make_option | ( | std::string | name, |
T & | location | ||
) |
bool VW::config::operator!= | ( | const typed_option< T > & | lhs, |
const typed_option< T > & | rhs | ||
) |
|
inline |
bool VW::config::operator== | ( | const typed_option< T > & | lhs, |
const typed_option< T > & | rhs | ||
) |
|
inline |