ACE_Tokenizer_T< CHAR >::ACE_Tokenizer_T::Preserve_Entry Class Reference

Preserve Entry. More...

#include <Tokenizer_T.h>

List of all members.

Public Attributes

CHAR start_
CHAR stop_
int strip_


Detailed Description

template<class CHAR>
class ACE_Tokenizer_T< CHAR >::Preserve_Entry

Preserve Entry.

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.


Member Data Documentation

template<class CHAR >
CHAR ACE_Tokenizer_T< CHAR >::ACE_Tokenizer_T::Preserve_Entry::start_

E.g., "(". E.g., ")". Whether the designators should be removed from the token.

template<class CHAR >
CHAR ACE_Tokenizer_T< CHAR >::ACE_Tokenizer_T::Preserve_Entry::stop_

template<class CHAR >
int ACE_Tokenizer_T< CHAR >::ACE_Tokenizer_T::Preserve_Entry::strip_


The documentation for this class was generated from the following file:

Generated on Mon Jul 13 16:13:45 2009 for ACE by  doxygen 1.5.8