Augustus 3.4.0
Loading...
Searching...
No Matches
Public Member Functions | Static Public Attributes | Protected Attributes | List of all members
Tokenizer Class Reference

Public Member Functions

 Tokenizer (const std::string &str)
 
 Tokenizer (const std::string &str, const std::string &delimiters)
 
bool NextToken ()
 
bool NextTokenBlank ()
 
bool NextTokenBlank (const std::string &delimiters)
 
bool NextToken (const std::string &delimiters)
 
string GetToken ()
 
void Reset ()
 

Static Public Attributes

static const std::string DELIMITERS
 

Protected Attributes

const std::string m_string
 
size_t m_offset
 
int m_blanks
 
std::string m_token
 
std::string m_delimiters
 

The documentation for this class was generated from the following files: