Main Page   Class Hierarchy   Alphabetical List   Compound List   Examples  

ContTokenizer Struct Template Reference

char container tokenizer template class More...

#include <tokenizer.h>

Inheritance diagram for ContTokenizer:

ItTokenizer< Container::const_iterator, Container::value_type > 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: