#include <wx/wxprec.h>
#include <wx/wx.h>
#include <wx/hashmap.h>
#include "checksum.hpp"
#include "sumfile.hpp"
Include dependency graph for checksumfactory.hpp:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | SumFileFactory |
Generates new instances of the subclasses of the SumFile class that the application knows. More... | |
class | SumFileFactory::SumFileEntry |
Represents an entry of the checksums' files that the application knows. More... | |
Typedefs | |
typedef SumFile *( | FnctGetSumFile )() |
Pointer to a function which returns a pointer on a new instance of the SumFile class. |
Definition in file checksumfactory.hpp.
|
Pointer to a function which returns a pointer on a new instance of the
Definition at line 50 of file checksumfactory.hpp. |