Public Types | |
typedef std::list< std::string > | Tokens |
typedef std::list< std::string > | Tokens |
typedef std::vector< std::string > | TokenVec |
Public Member Functions | |
Tokenize (const std::string &str, const std::string &delimiters=" ") | |
Tokens::const_iterator | begin () const |
Tokens::const_iterator | end () const |
Tokens::iterator | begin () |
Tokens::iterator | end () |
const Tokens & | tokens () const |
TokenVec | tokenVec () const |
Tokens & | tokens () |
unsigned int | size () const |
bool | empty () const |
Private Attributes | |
Tokens | m_tokens |
Definition at line 11 of file Tokenize.h.