Classes
template.h File Reference
#include <qcstring.h>
#include <qvaluelist.h>

Go to the source code of this file.

Classes

class  TemplateVariant
 Variant type which can hold one value of a fixed set of types. More...
 
class  TemplateVariant::Delegate
 Helper class to create a delegate that can store a function/method call. More...
 
class  TemplateAutoRef< T >
 
class  TemplateListIntf
 Abstract read-only interface for a context value of type list. More...
 
class  TemplateListIntf::ConstIterator
 Abstract interface for a iterator of a list. More...
 
class  TemplateList
 Default implementation of a context value of type list. More...
 
class  TemplateStructIntf
 Abstract interface for a context value of type struct. More...
 
class  TemplateStruct
 Default implementation of a context value of type struct. More...
 
class  TemplateEscapeIntf
 Interface used to escape characters in a string. More...
 
class  TemplateSpacelessIntf
 Interface used to remove redundant spaces inside a spaceless block. More...
 
class  TemplateContext
 Abstract interface for a template context. More...
 
class  Template
 Abstract interface for a template. More...
 
class  TemplateEngine
 Engine to create templates and template contexts. More...