#include <wx/wxprec.h>
#include <wx/wx.h>
#include <wx/dynarray.h>
#include <wx/filename.h>
#include <wx/hashmap.h>
#include <climits>
#include "checksum.hpp"
Include dependency graph for sumfile.hpp:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | ChecksumData |
Data on a checksum. More... | |
class | SumFile |
A sum file. More... | |
Defines | |
#define | CD_STATE_COUNT 4 |
Number of elements in the state enum. | |
Functions | |
WX_DECLARE_HASH_MAP (long, ChecksumData, wxIntegerHash, wxIntegerEqual, MChecksumData) | |
A hash map of checksum data with integer key. | |
WX_DEFINE_ARRAY (SumFile *, ArraySumFile) | |
Array of SumFile* . | |
WX_DEFINE_ARRAY_LONG (long, MChecksumDataKeys) | |
An array of long values. |
Definition in file sumfile.hpp.
|
Number of elements in the state enum.
Definition at line 68 of file sumfile.hpp. Referenced by ChecksumsListView::getStates(). |
|
A hash map of checksum data with integer key.
|
|
Array of
|
|
An array of long values.
|