Iterator tokenizer template class.
More...
#include <tokenizer.h>
|
| ItTokenizer (Iterator bit, Iterator eit) |
|
void | setSource (Iterator bit, Iterator eit) |
|
template<typename DelimCont > |
void | setDelimList (const DelimCont &cont) |
|
template<typename It > |
void | setDelimList (It bit, It eit) |
|
template<typename DestCont > |
bool | next (DestCont &dst) |
|
const value_type & | matched () const |
|
void | addDelim (const value_type &value) |
|
void | removeDelim (const value_type &value) |
|
template<class Iterator, typename value_type>
class mimetic::ItTokenizer< Iterator, value_type >
Iterator tokenizer template class.
The documentation for this class was generated from the following file: