#include <vector>
#include <string>
Go to the source code of this file.
|
void | vw_slim::find_opt (std::string const &command_line_args, std::string arg_name, std::vector< std::string > &out_values) |
|
std::vector< std::string > | vw_slim::find_opt (std::string const &command_line_args, std::string arg_name) |
|
bool | vw_slim::find_opt_float (std::string const &command_line_args, std::string arg_name, float &value) |
|
bool | vw_slim::find_opt_int (std::string const &command_line_args, std::string arg_name, int &value) |
|