Vowpal Wabbit
|
#include <parse_args.h>
Public Attributes | |
bool | daemon |
bool | foreground |
size_t | port |
std::string | pid_file |
std::string | port_file |
bool | cache |
std::vector< std::string > | cache_files |
bool | json |
bool | dsjson |
bool | kill_cache |
bool | compressed |
Definition at line 11 of file parse_args.h.
bool input_options::cache |
Definition at line 19 of file parse_args.h.
Referenced by parse_source().
std::vector<std::string> input_options::cache_files |
Definition at line 20 of file parse_args.h.
Referenced by enable_sources(), and parse_source().
bool input_options::compressed |
Definition at line 24 of file parse_args.h.
Referenced by parse_source().
bool input_options::daemon |
Definition at line 13 of file parse_args.h.
Referenced by parse_source().
bool input_options::dsjson |
Definition at line 22 of file parse_args.h.
Referenced by enable_sources(), and parse_source().
bool input_options::foreground |
Definition at line 14 of file parse_args.h.
Referenced by enable_sources(), and parse_source().
bool input_options::json |
Definition at line 21 of file parse_args.h.
Referenced by enable_sources(), and parse_source().
bool input_options::kill_cache |
Definition at line 23 of file parse_args.h.
Referenced by enable_sources(), and parse_source().
std::string input_options::pid_file |
Definition at line 16 of file parse_args.h.
Referenced by enable_sources(), and parse_source().
size_t input_options::port |
Definition at line 15 of file parse_args.h.
Referenced by enable_sources(), and parse_source().
std::string input_options::port_file |
Definition at line 17 of file parse_args.h.
Referenced by enable_sources(), and parse_source().