4 #ifndef RUDIMENTS_TEMPLATEENGINE_H 5 #define RUDIMENTS_TEMPLATEENGINE_H 7 #include <rudiments/private/templateengineincludes.h> 17 const char *blockname,
35 const char *blockname;
110 void setVariableStart(
const char *delimiter);
119 void setVariableEnd(
const char *delimiter);
132 void setBlockStartStart(
const char *delimiter);
145 void setBlockStartEnd(
const char *delimiter);
158 void setBlockEndStart(
const char *delimiter);
171 void setBlockEndEnd(
const char *delimiter);
182 void setIncludeStart(
const char *delimiter);
193 void setIncludeEnd(
const char *delimiter);
202 const char *getVariableStart();
211 const char *getVariableEnd();
224 const char *getBlockStartStart();
237 const char *getBlockStartEnd();
250 const char *getBlockEndStart();
263 const char *getBlockEndEnd();
274 const char *getIncludeStart();
285 const char *getIncludeEnd();
287 #include <rudiments/private/templateengine.h>
Definition: dictionary.h:63
Definition: templateengine.h:42
Definition: templateengine.h:33
Definition: inttypes.h:88
Definition: templateengine.h:25