Vowpal Wabbit
Public Attributes | List of all members
input_options Struct Reference

#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
 

Detailed Description

Definition at line 11 of file parse_args.h.

Member Data Documentation

◆ cache

bool input_options::cache

Definition at line 19 of file parse_args.h.

Referenced by parse_source().

◆ cache_files

std::vector<std::string> input_options::cache_files

Definition at line 20 of file parse_args.h.

Referenced by enable_sources(), and parse_source().

◆ compressed

bool input_options::compressed

Definition at line 24 of file parse_args.h.

Referenced by parse_source().

◆ daemon

bool input_options::daemon

Definition at line 13 of file parse_args.h.

Referenced by parse_source().

◆ dsjson

bool input_options::dsjson

Definition at line 22 of file parse_args.h.

Referenced by enable_sources(), and parse_source().

◆ foreground

bool input_options::foreground

Definition at line 14 of file parse_args.h.

Referenced by enable_sources(), and parse_source().

◆ json

bool input_options::json

Definition at line 21 of file parse_args.h.

Referenced by enable_sources(), and parse_source().

◆ kill_cache

bool input_options::kill_cache

Definition at line 23 of file parse_args.h.

Referenced by enable_sources(), and parse_source().

◆ pid_file

std::string input_options::pid_file

Definition at line 16 of file parse_args.h.

Referenced by enable_sources(), and parse_source().

◆ port

size_t input_options::port

Definition at line 15 of file parse_args.h.

Referenced by enable_sources(), and parse_source().

◆ port_file

std::string input_options::port_file

Definition at line 17 of file parse_args.h.

Referenced by enable_sources(), and parse_source().


The documentation for this struct was generated from the following file: