MTemplateHash Class Reference
Class holding data to an unique template file. More...
Public Member Functions | |
| std::string | getFilename () |
| std::string | getMd5Hash () |
| int | getUid () |
| MTemplateHash (void) | |
| void | setFilename (std::string _filename) |
| void | setMd5Hash (std::string _hash) |
| void | setUid (int _uid) |
| ~MTemplateHash (void) | |
Detailed Description
Class holding data to an unique template file.
The MTemplateEngine::MTemplateHash holds the filename, the unique UID and the file hashing for a single loaded template file
Definition at line 126 of file MManager.h.
Constructor & Destructor Documentation
| MTemplateHash | ( | void | ) |
Consturct an MTemplateHash object
| ~MTemplateHash | ( | void | ) |
Destructor for an MTemplateHash object
Member Function Documentation
| std::string getFilename | ( | ) |
Returns the filename referenced by the MTemplateHash object
| std::string getMd5Hash | ( | ) |
Returns the MD5 hash string referenced by the MTemplateHash object
| int getUid | ( | ) |
Returns the template UID referenced by the MTemplateHash object
The documentation for this class was generated from the following file:
- MTemplate/MManager.h
