#include <tokenize.h>
Public Types | |
| typedef std::vector< std::string > | Result |
| typedef std::vector < std::string >::iterator | iterator |
Public Member Functions | |
| StrTok (const std::string &str, const std::string &delimiters) | |
| StrTok::iterator | begin () |
| StrTok::iterator | end () |
| StrTok::Result::size_type | size () const |
| const StrTok::Result | tokens () const |
Protected Attributes | |
| Result | res_ |
| typedef std::vector<std::string> shawn::StrTok::Result |
| typedef std::vector<std::string>::iterator shawn::StrTok::iterator |
| shawn::StrTok::StrTok | ( | const std::string & | str, | |
| const std::string & | delimiters | |||
| ) |
| StrTok::iterator shawn::StrTok::begin | ( | ) |
| StrTok::iterator shawn::StrTok::end | ( | ) |
| StrTok::Result::size_type shawn::StrTok::size | ( | ) | const |
| const StrTok::Result shawn::StrTok::tokens | ( | ) | const |
Result shawn::StrTok::res_ [protected] |
1.5.6