char container tokenizer template class
More...
#include <tokenizer.h>
List of all members.
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) |
Detailed Description
template<typename Container>
struct mimetic::ContTokenizer< Container >
char container tokenizer template class
The documentation for this struct was generated from the following file: