| Grantlee 5.3.0
    | 
| ▼NGrantlee | The Grantlee namespace holds all public Grantlee API | 
| CAbstractLocalizer | Interface for implementing an internationalization system | 
| CAbstractMarkupBuilder | Interface for creating marked-up text output | 
| CAbstractNodeFactory | Base class for all NodeFactories | 
| CAbstractTemplateLoader | An retrieval interface to a storage location for Template objects | 
| CBBCodeBuilder | Builder to create BBCode from a QTextDocument | 
| CCachingLoaderDecorator | Implements a loader decorator which caches compiled Template objects | 
| CContext | The Context class holds the context to render a Template with | 
| CEngine | Grantlee::Engine is the main entry point for creating Grantlee Templates | 
| CException | An exception for use when implementing template tags | 
| CFileSystemTemplateLoader | The FileSystemTemplateLoader loads Templates from the file system | 
| CFilter | Base class for all filters | 
| CFilterExpression | A FilterExpression object represents a filter expression in a template | 
| CInMemoryTemplateLoader | The InMemoryTemplateLoader loads Templates set dynamically in memory | 
| CMarkupDirector | Instructs a builder object to create markup output | 
| CMediaWikiMarkupBuilder | Creates MediaWiki markup from a QTextDocument | 
| CNode | Base class for all nodes | 
| CNodeList | A list of Nodes with some convenience API for rendering them | 
| COutputStream | The OutputStream class is used to render templates to a QTextStream | 
| CParser | The Parser class processes a string template into a tree of nodes | 
| CPlainTextMarkupBuilder | Creates a simple marked up plain text document | 
| CQtLocalizer | Provides internationalization based on QLocale and QTranslator | 
| CRenderContext | Provides storage facility for state while rendering a template | 
| ▼CSafeString | A QString wrapper class for containing whether a string is safe or needs to be escaped | 
| CNestedString | The NestedString is a QString whose methods always return a SafeString | 
| CTagLibraryInterface | The TagLibraryInterface returns available tags and filters from libraries | 
| CTemplate | The Template class is a tree of nodes which may be rendered | 
| CTextHTMLBuilder | The TextHTMLBuilder creates a clean html markup output | 
| CToken | |
| CVariable | A container for static variables defined in Templates | 
| CCoverageObject |