ACE  6.0.8
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.


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.

template<class ACE_CHAR_T >
int ACE_Tokenizer_T< ACE_CHAR_T >::Delimiter_Entry::replace_
template<class ACE_CHAR_T >
ACE_CHAR_T ACE_Tokenizer_T< ACE_CHAR_T >::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