Public Member Functions | List of all members
TemplateSpacelessIntf Class Referenceabstract

Interface used to remove redundant spaces inside a spaceless block. More...

#include <template.h>

Inheritance diagram for TemplateSpacelessIntf:
HtmlSpaceless LatexSpaceless

Public Member Functions

virtual QCString remove (const QCString &input)=0
 
virtual void reset ()=0
 

Detailed Description

Interface used to remove redundant spaces inside a spaceless block.

Definition at line 469 of file template.h.

Member Function Documentation

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

Returns the input after removing redundant whitespace

Implemented in HtmlSpaceless, and LatexSpaceless.

virtual void TemplateSpacelessIntf::reset ( )
pure virtual

Reset filter state

Implemented in HtmlSpaceless, and LatexSpaceless.


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