Doxygen
|
Interface used to remove redundant spaces inside a spaceless block 更多...
#include <template.h>
Public 成员函数 | |
virtual | ~TemplateSpacelessIntf () |
virtual std::unique_ptr< TemplateSpacelessIntf > | clone ()=0 |
Create a copy of the spaceless filter 更多... | |
virtual QCString | remove (const QCString &input)=0 |
Returns the input after removing redundant whitespace 更多... | |
virtual void | reset ()=0 |
Reset filter state 更多... | |
Interface used to remove redundant spaces inside a spaceless block
在文件 template.h 第 399 行定义.
|
inlinevirtual |
在文件 template.h 第 402 行定义.
|
pure virtual |
Create a copy of the spaceless filter
在 HtmlSpaceless , 以及 LatexSpaceless 内被实现.
Returns the input after removing redundant whitespace
在 HtmlSpaceless , 以及 LatexSpaceless 内被实现.
|
pure virtual |
Reset filter state
在 HtmlSpaceless , 以及 LatexSpaceless 内被实现.