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