char * NextWord()
Reads the next word.
char * NextString()
Reads the next quoted string from the input string.
constexpr Tokenizer(char *_input)
char * NextUnquoted()
Reads the next unquoted word from the input string.
char * NextParam()
Reads the next unquoted word or quoted string from the input.
Tokenizer & operator=(const Tokenizer &)=delete