Vowpal Wabbit
Classes | Namespaces | Functions
options.h File Reference
#include <string>
#include <utility>
#include <vector>
#include <typeinfo>
#include <memory>

Go to the source code of this file.

Classes

struct  VW::config::base_option
 
struct  VW::config::typed_option< T >
 
struct  VW::config::option_group_definition
 
struct  VW::config::options_i
 
struct  VW::config::options_serializer_i
 

Namespaces

 VW
 
 VW::config
 

Functions

template<typename T >
typed_option< T > VW::config::make_option (std::string name, T &location)
 
template<typename T >
bool VW::config::operator== (typed_option< T > &lhs, typed_option< T > &rhs)
 
template<typename T >
bool VW::config::operator!= (typed_option< T > &lhs, typed_option< T > &rhs)
 
bool VW::config::operator== (const base_option &lhs, const base_option &rhs)
 
bool VW::config::operator!= (const base_option &lhs, const base_option &rhs)