Main Page Class Hierarchy Alphabetical List Compound List Examples |
char container tokenizer template class More...
#include <tokenizer.h>
Public Types | |
typedef Container::value_type | value_type |
typedef Container::iterator | iterator |
typedef Container::const_iterator | const_iterator |
Public Member Functions | |
ContTokenizer (const Container *cont) | |
template<typename DelimCont > | |
ContTokenizer (const Container *cont, const DelimCont &delims) | |
void | setSource (const Container *cont) |
![]() | |
ItTokenizer (Container::const_iteratorbit, Container::const_iteratoreit) | |
void | setSource (Container::const_iteratorbit, Container::const_iteratoreit) |
void | setDelimList (const DelimCont &cont) |
void | setDelimList (It bit, It eit) |
bool | next (DestCont &dst) |
const Container::value_type & | matched () const |
void | addDelim (const Container::value_type &value) |
void | removeDelim (const Container::value_type &value) |
char container tokenizer template class