SHORE API
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
shore::ltok_occurrence< iter_type, delim_iter_type > Class Template Reference

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
 

Detailed Description

template<typename iter_type, typename delim_iter_type>
class shore::ltok_occurrence< iter_type, delim_iter_type >

Tokenizer for strings and other containers. Splits at delimiter occurences, where the delimiter consists of multiple characters/items.


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