ACE
6.3.3
|
Delimiter Entry. More...
#include <Tokenizer_T.h>
Public Attributes | |
ACE_CHAR_T | delimiter_ |
ACE_CHAR_T | replacement_ |
int | replace_ |
Delimiter Entry.
Describes a delimiter for the tokenizer.
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.
int ACE_Tokenizer_T< ACE_CHAR_T >::Delimiter_Entry::replace_ |
ACE_CHAR_T ACE_Tokenizer_T< ACE_CHAR_T >::Delimiter_Entry::replacement_ |