Doxygen
CharAroundSpace::CharElem结构体 参考

Public 成员函数

 CharElem ()
 

Public 属性

bool before
 
bool after
 

详细描述

在文件 util.cpp531 行定义.

构造及析构函数说明

◆ CharElem()

CharAroundSpace::CharElem::CharElem ( )
inline

在文件 util.cpp533 行定义.

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

类成员变量说明

◆ after

bool CharAroundSpace::CharElem::after

在文件 util.cpp535 行定义.

◆ before

bool CharAroundSpace::CharElem::before

在文件 util.cpp534 行定义.

被这些函数引用 removeRedundantWhiteSpace().


该结构体的文档由以下文件生成:
CharAroundSpace::CharElem::after
bool after
Definition: util.cpp:535
TRUE
#define TRUE
Definition: qcstring.h:36
CharAroundSpace::CharElem::before
bool before
Definition: util.cpp:534