#include "opts.h"
#include <cstdlib>
#include <cctype>
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) |
| |
| template<typename T , typename S , S(*)(const char *) F> |
| bool | vw_slim::find_opt_parse (std::string const &command_line_args, std::string arg_name, T &value) |
| |
| 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) |
| |