ACE_Tokenizer_T< CHAR >::Delimiter_Entry Class Reference

Delimiter Entry. More...

#include <Tokenizer_T.h>

Collaboration diagram for ACE_Tokenizer_T< CHAR >::Delimiter_Entry:
Collaboration graph
[legend]

List of all members.

Public Attributes

CHAR delimiter_
CHAR replacement_
int replace_

Detailed Description

template<class CHAR>
class ACE_Tokenizer_T< CHAR >::Delimiter_Entry

Delimiter Entry.

Describes a delimiter for the tokenizer.


Member Data Documentation

template<class CHAR >
CHAR ACE_Tokenizer_T< CHAR >::Delimiter_Entry::delimiter_

Most commonly a space ' '. What occurrences of delimiter_ should be replaced with. Whether replacement_ should be used. This should be replaced with a technique that sets replacement_ = delimiter by default. I'll do that next iteration.

template<class CHAR >
int ACE_Tokenizer_T< CHAR >::Delimiter_Entry::replace_
template<class CHAR >
CHAR ACE_Tokenizer_T< CHAR >::Delimiter_Entry::replacement_

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on Mon Nov 30 00:54:15 2009 for ACE by  doxygen 1.6.1