ItTokenizer Class Template Reference
Iterator tokenizer template class.
More...
#include <tokenizer.h>
List of all members.
|
Public Member Functions |
| 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) |
Detailed Description
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: