My Project
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
CharAroundSpace::CharElem Struct Reference

Public Member Functions

 CharElem ()
 

Public Attributes

bool before
 
bool after
 

Detailed Description

Definition at line 1683 of file util.cpp.

Constructor & Destructor Documentation

CharAroundSpace::CharElem::CharElem ( )
inline

Definition at line 1685 of file util.cpp.

: before(TRUE), after(TRUE) {}

Member Data Documentation

bool CharAroundSpace::CharElem::after

Definition at line 1687 of file util.cpp.

Referenced by CharAroundSpace::CharAroundSpace(), and removeRedundantWhiteSpace().

bool CharAroundSpace::CharElem::before

Definition at line 1686 of file util.cpp.

Referenced by CharAroundSpace::CharAroundSpace(), and removeRedundantWhiteSpace().


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