![]() |
GemaCoreLib
The GeMA Core library
|
This is the complete list of members for GmMemoryDump, including all inherited members.
_compression | GmMemoryDump | private |
_currentGroupId | GmMemoryDump | private |
_dumpItems | GmMemoryDump | private |
_dumpSizeA | GmMemoryDump | private |
_dumpSizeB | GmMemoryDump | private |
_file | GmMemoryDump | private |
_fileInfoPos | GmMemoryDump | private |
_fileName | GmMemoryDump | private |
_firstChunkPos | GmMemoryDump | private |
_init | GmMemoryDump | private |
_keepFile | GmMemoryDump | private |
_lastChunkBlockId | GmMemoryDump | private |
_logger | GmMemoryDump | private |
_minCompressionSize | GmMemoryDump | private |
_mode | GmMemoryDump | private |
_nextGroupId | GmMemoryDump | private |
_printStructure | GmMemoryDump | private |
addDumpItem(GmMemoryDumpItem *item, int groupId=-1) (defined in GmMemoryDump) | GmMemoryDump | |
adjustGroupId(int id) const | GmMemoryDump | inline |
blockSize(qint64 dataSize, bool grow) | GmMemoryDump | private |
clear() | GmMemoryDump | |
fileClose() | GmMemoryDump | private |
fileInit(QString dumpFile, bool overwrite, bool keep) | GmMemoryDump | private |
fileInitExisting() | GmMemoryDump | private |
fileInitNew() | GmMemoryDump | private |
fileLoadItem(DumpItem *item, qint64 size=0, qint64 offset=0) | GmMemoryDump | private |
fileSaveItem(DumpItem *item, bool update, qint64 size=0, qint64 offset=0) | GmMemoryDump | private |
findItem(QString name, int typeMask=0, int typeValue=0, int groupId=-1, int start=0) | GmMemoryDump | |
flush() | GmMemoryDump | |
GmMemoryDump(GmMemoryDumpMode mode, const GmLogCategory &logger, int compression=0, int compressionMinSize=GM_MEMORY_DUMP_MIN_COMPRESSION, double dumpSizeA=1.0, unsigned dumpSizeB=0) | GmMemoryDump | |
init(QString dumpFile, bool overwrite, bool keep) | GmMemoryDump | |
init() | GmMemoryDump | |
isItemActive(int itemId) | GmMemoryDump | inline |
item(int itemId) const | GmMemoryDump | inline |
itemGroup(int itemId) const | GmMemoryDump | inline |
load() | GmMemoryDump | |
loadActiveItems() | GmMemoryDump | |
loadChunkData(char *buffer, qint64 offset, qint64 size) | GmMemoryDump | private |
loadChunkHeader(FileDataChunkHeader *h) | GmMemoryDump | private |
loadItem(int itemId, qint64 size=0, qint64 offset=0) | GmMemoryDump | |
memoryInit() | GmMemoryDump | private |
memoryLoadItem(DumpItem *item, qint64 size=0, qint64 offset=0) | GmMemoryDump | private |
memorySaveItem(DumpItem *item, qint64 size=0, qint64 offset=0) | GmMemoryDump | private |
modeToStr(GmMemoryDumpMode mode) | GmMemoryDump | static |
numItems() const | GmMemoryDump | inline |
readData(char *buffer, qint64 size) | GmMemoryDump | private |
readData(GmMemoryBufferList &blist, qint64 size) | GmMemoryDump | private |
save() | GmMemoryDump | |
saveActiveItems() | GmMemoryDump | |
saveChunkHeader(const FileDataChunkHeader *h) | GmMemoryDump | private |
saveChunkPadding(const FileDataChunkHeader *h, qint64 dataSize) | GmMemoryDump | private |
saveDataBlock(qint32 blockId, qint64 blockSize, const char *buffer, qint64 size) | GmMemoryDump | private |
saveDataChunck(const FileDataChunkHeader *h, const char *buffer, qint64 size) | GmMemoryDump | private |
saveItem(int itemId, qint64 size=0, qint64 offset=0) | GmMemoryDump | |
setGroupActive(int groupId, bool active) | GmMemoryDump | |
setItemActive(int itemId, bool active) | GmMemoryDump | |
setPrintStructure(bool mode) | GmMemoryDump | inline |
strToMode(const QString &str) | GmMemoryDump | static |
updateFileInfoHeader() | GmMemoryDump | private |
updateFileItemHeader(const ItemHeader *h, const GmMemoryDumpItem *item) | GmMemoryDump | private |
writeData(const char *buffer, qint64 size) | GmMemoryDump | private |
writeData(GmMemoryBufferList &blist, qint64 size) | GmMemoryDump | private |
writeOrCheckControlHeader(bool write, qint64 *infoBlockPos) | GmMemoryDump | private |
~GmMemoryDump() | GmMemoryDump | virtual |