FactDev  0.1
Mustache::PartialResolver Class Referenceabstract

#include <mustache.h>

Inheritance diagram for Mustache::PartialResolver:
Mustache::PartialFileLoader Mustache::PartialMap

Public Member Functions

virtual QString getPartial (const QString &name)=0
 

Detailed Description

Interface for fetching template partials.

Member Function Documentation

virtual QString Mustache::PartialResolver::getPartial ( const QString &  name)
pure virtual

Returns the partial template with a given name.

Implemented in Mustache::PartialFileLoader, and Mustache::PartialMap.


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