Searched defs:CLIParser (Results 1 – 1 of 1) sorted by relevance
77 struct CLIParser struct79 CLIParser(CLICallbacks cbs_, int argc_, char *argv_[]) in CLIParser() argument86 bool parse() in parse()127 void end() in end()132 uint32_t next_uint() in next_uint()151 uint32_t next_hex_uint() in next_hex_uint()170 double next_double() in next_double()186 const char *next_value_string(const char *default_value) in next_value_string()201 const char *next_string() in next_string()214 CLICallbacks cbs;[all …]