19 #ifndef UTIL_PARSE_OPTIONS_H_
20 #define UTIL_PARSE_OPTIONS_H_
30 T_NUM, T_STR, T_FLAG, T_DOUBLE
42 int32_t parse_options(int32_t* argcp,
char*** argvp,
parsing_ctx* options, uint32_t nops);
43 void print_usage(std::string progname,
parsing_ctx* options, uint32_t nops);
44 void tokenize(
const std::string& str, std::vector<uint32_t>& tokens,
const std::string& delimiters =
"| \t");
void tokenize(const std::string &str, std::vector< uint32_t > &tokens, const std::string &delimiters="| \t")
Definition: parse_options.cpp:27
Definition: parse_options.h:33