Vowpal Wabbit
|
#include <options.h>
Public Member Functions | |
template<typename... Args> | |
option_builder (Args &&... args) | |
option_builder & | default_value (const typename T::value_type &value) |
option_builder & | short_name (const std::string &short_name) |
template<typename U > | |
std::string | help_one_of (const std::string &, const std::set< U > &) |
std::string | help_one_of (const std::string &help, const std::set< std::string > &s) |
std::string | help_one_of (const std::string &help, const std::set< int > &s) |
option_builder & | help (const std::string &help) |
option_builder & | keep (bool keep=true) |
option_builder & | necessary (bool necessary=true) |
option_builder & | one_of (std::set< typename T::value_type > args) |
option_builder & | allow_override (bool allow_override=true) |
Static Public Member Functions | |
static std::shared_ptr< base_option > | finalize (option_builder &&option) |
|
inline |
|
inline |
|
inline |
|
inlinestatic |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |