+ public:
+ /**
+ * Constructor.
+ *
+ * @param root Root directory from where to get the templates.
+ * @param postfix Postfix of the template files.
+ * @param group Starting group.
+ */
+ GHIT(const string& = string("."), const string& = string(".tpl"),
+ const string& = string(""));