Public Attributes

ACE_Tokenizer_T< ACE_CHAR_T >::Delimiter_Entry Class Reference

Delimiter Entry. More...

#include <Tokenizer_T.h>

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

List of all members.

Public Attributes

ACE_CHAR_T delimiter_
ACE_CHAR_T replacement_
int replace_

Detailed Description

template<class ACE_CHAR_T>
class ACE_Tokenizer_T< ACE_CHAR_T >::Delimiter_Entry

Delimiter Entry.

Describes a delimiter for the tokenizer.

Definition at line 205 of file Tokenizer_T.h.


Member Data Documentation

template<class ACE_CHAR_T >
ACE_CHAR_T ACE_Tokenizer_T< ACE_CHAR_T >::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.

Definition at line 215 of file Tokenizer_T.h.

template<class ACE_CHAR_T >
int ACE_Tokenizer_T< ACE_CHAR_T >::Delimiter_Entry::replace_

Definition at line 217 of file Tokenizer_T.h.

template<class ACE_CHAR_T >
ACE_CHAR_T ACE_Tokenizer_T< ACE_CHAR_T >::Delimiter_Entry::replacement_

Definition at line 216 of file Tokenizer_T.h.


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