Doxygen
TemplateSpacelessIntf类 参考abstract

Interface used to remove redundant spaces inside a spaceless block 更多...

#include <template.h>

+ 类 TemplateSpacelessIntf 继承关系图:

Public 成员函数

virtual ~TemplateSpacelessIntf ()
 
virtual std::unique_ptr< TemplateSpacelessIntfclone ()=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.h399 行定义.

构造及析构函数说明

◆ ~TemplateSpacelessIntf()

virtual TemplateSpacelessIntf::~TemplateSpacelessIntf ( )
inlinevirtual

在文件 template.h402 行定义.

402 {}

成员函数说明

◆ clone()

virtual std::unique_ptr<TemplateSpacelessIntf> TemplateSpacelessIntf::clone ( )
pure virtual

Create a copy of the spaceless filter

HtmlSpaceless , 以及 LatexSpaceless 内被实现.

◆ remove()

virtual QCString TemplateSpacelessIntf::remove ( const QCString input)
pure virtual

Returns the input after removing redundant whitespace

HtmlSpaceless , 以及 LatexSpaceless 内被实现.

◆ reset()

virtual void TemplateSpacelessIntf::reset ( )
pure virtual

Reset filter state

HtmlSpaceless , 以及 LatexSpaceless 内被实现.


该类的文档由以下文件生成: