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) |
|
void | loadFromString (const std::string &str, 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 |
|
bool | verifyItemByString (size_t itemIndex, const std::string &str) const |
|
virtual | ~Md5File () |
| | The destructor.
|
Public Attributes |
|
ItemVector | items |