| 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) |
Public Member Functions inherited from ItTokenizer< Container::const_iterator, Container::value_type > | |
| ItTokenizer (Container::const_iterator bit, Container::const_iterator eit) | |
| void | setSource (Container::const_iterator bit, Container::const_iterator eit) |
| 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