| 
    My Project
    
   | 
 
Interface used to remove redundant spaces inside a spaceless block. More...
#include <template.h>
  
 Public Member Functions | |
| virtual QCString | remove (const QCString &input)=0 | 
| virtual void | reset ()=0 | 
Interface used to remove redundant spaces inside a spaceless block.
Definition at line 469 of file template.h.
      
  | 
  pure virtual | 
Returns the input after removing redundant whitespace
Implemented in HtmlSpaceless, and LatexSpaceless.
Referenced by TemplateNodeText::render().
      
  | 
  pure virtual | 
Reset filter state
Implemented in HtmlSpaceless, and LatexSpaceless.
Referenced by TemplateContextImpl::enableSpaceless().