#include <SString.h>
Public Attributes | |
| ACE_TCHAR | start_ |
| ACE_TCHAR | stop_ |
| int | strip_ |
Defines a set of characters that designate an area that should not be parsed, but should be treated as a complete token. For instance, in: (this is a preserve region), start would be a left paren -(- and stop would be a right paren -)-. The strip determines whether the designators should be removed from the token.
Definition at line 400 of file SString.h.
|
|
E.g., "(". E.g., ")". Whether the designators should be removed from the token. Definition at line 408 of file SString.h. Referenced by ACE_Tokenizer::is_preserve_designator. |
|
|
Definition at line 409 of file SString.h. Referenced by ACE_Tokenizer::is_preserve_designator. |
|
|
Definition at line 410 of file SString.h. Referenced by ACE_Tokenizer::is_preserve_designator. |
1.2.14 written by Dimitri van Heesch,
© 1997-2002