Vowpal Wabbit
|
#include <options.h>
Public Member Functions | |
base_option (std::string name, size_t type_hash) | |
virtual | ~base_option ()=default |
Public Attributes | |
std::string | m_name |
size_t | m_type_hash |
std::string | m_help = "" |
std::string | m_short_name = "" |
bool | m_keep = false |
|
inline |
|
virtualdefault |
std::string VW::config::base_option::m_help = "" |
Definition at line 19 of file options.h.
Referenced by VW::config::typed_option< T >::help(), and VW::config::operator==().
bool VW::config::base_option::m_keep = false |
Definition at line 21 of file options.h.
Referenced by VW::config::typed_option< T >::keep(), and VW::config::operator==().
std::string VW::config::base_option::m_name |
Definition at line 17 of file options.h.
Referenced by VW::config::operator==(), and VW::config::options_serializer_boost_po::serialize().
std::string VW::config::base_option::m_short_name = "" |
Definition at line 20 of file options.h.
Referenced by VW::config::operator==(), and VW::config::typed_option< T >::short_name().
size_t VW::config::base_option::m_type_hash |
Definition at line 18 of file options.h.
Referenced by VW::config::options_i::get_typed_option(), VW::config::operator==(), and VW::config::options_serializer_boost_po::serialize_if_t().