Classes |
class | Item |
Public Types |
typedef std::list< Item > | ItemList |
typedef std::vector< Item > | ItemVector |
Public Member Functions |
void | addItemFromFile (const std::string &fileName, const std::string &realPath) |
void | loadFromFile (const std::string &fileName) |
| Md5File () |
| The default constructor.
|
void | removeItem (const std::string &fileName) |
void | saveToFile (const std::string &fileName) const |
bool | verifyItem (size_t itemIndex, const std::string &fileName) const |
virtual | ~Md5File () |
| The destructor.
|
Public Attributes |
ItemVector | items |