Evo string tokenizers.
More...
Go to the source code of this file.
|
| | evo |
| | Evo C++ Library namespace.
|
| |
|
| typedef StrTokVariant< StrTok,&StrTok::nextq,&StrTok::nextanyq > | StrTokQ |
| | String forward tokenizer based on StrTok with quoted token support. More...
|
| |
| typedef StrTokVariant< StrTokR,&StrTokR::nextq,&StrTokR::nextanyq > | StrTokQR |
| | String reverse tokenizer based on StrTokR with quoted token support. More...
|
| |
| typedef StrTokVariant< StrTok,&StrTok::nextw > | StrTokWord |
| | String forward word tokenizer based on StrTok. More...
|
| |
| typedef StrTokVariant< StrTokR,&StrTokR::nextw > | StrTokWordR |
| | String reverse word tokenizer based on StrTokR. More...
|
| |
| typedef StrTokVariant< StrTokRS,&StrTokRS::nextw > | StrTokWordRS |
| | String reverse word tokenizer based on StrTokRS (strict). More...
|
| |
| typedef StrTokVariant< StrTokS,&StrTokS::nextw > | StrTokWordS |
| | String forward word tokenizer based on StrTokS (strict). More...
|
| |
◆ INCL_evo_strtok_h
| #define INCL_evo_strtok_h |