Doxygen
Loading...
Searching...
No Matches
CharAroundSpace::CharElem Struct Reference

Public Member Functions

 CharElem ()

Public Attributes

bool before
bool after

Detailed Description

Definition at line 445 of file util.cpp.

Constructor & Destructor Documentation

◆ CharElem()

CharAroundSpace::CharElem::CharElem ( )
inline

Definition at line 447 of file util.cpp.

447: before(true), after(true) {}

References after, and before.

Member Data Documentation

◆ after

bool CharAroundSpace::CharElem::after

Definition at line 449 of file util.cpp.

Referenced by CharElem(), and removeRedundantWhiteSpace().

◆ before

bool CharAroundSpace::CharElem::before

Definition at line 448 of file util.cpp.

Referenced by CharElem(), and removeRedundantWhiteSpace().


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