SHORE API
|
Tokenizer for strings and other containers. Splits at delimiter occurences, where the delimiter consists of multiple characters/items. More...
Public Types | |
typedef std::pair< iter_type, iter_type > | current_type |
Public Member Functions | |
ltok_occurrence (const iter_type &beg, const iter_type &end, const delim_iter_type &dbeg, const delim_iter_type &dend) | |
const std::pair< iter_type, iter_type > & | current () const |
bool | has_data () const |
void | next () |
size_t | index () const |
Tokenizer for strings and other containers. Splits at delimiter occurences, where the delimiter consists of multiple characters/items.