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

Tokenizer for strings and other containers. Splits at delimiter occurences. More...

Public Types

typedef std::pair< iter_type,
iter_type > 
current_type
 

Public Member Functions

 tok_occurrence (const iter_type &beg, const iter_type &end, const delim_type d)
 
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_type = typename std::iterator_traits<iter_type>::value_type>
class shore::tok_occurrence< iter_type, delim_type >

Tokenizer for strings and other containers. Splits at delimiter occurences.


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