#include <SString.h>
Public Attributes | |
ACE_TCHAR | delimiter_ |
ACE_TCHAR | replacement_ |
int | replace_ |
Describes a delimiter for the tokenizer.
ACE_TCHAR ACE_Tokenizer::ACE_Tokenizer::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::ACE_Tokenizer::Delimiter_Entry::replace_ |
ACE_TCHAR ACE_Tokenizer::ACE_Tokenizer::Delimiter_Entry::replacement_ |