GemaCoreLib
The GeMA Core library
GmMemoryDump Member List

This is the complete list of members for GmMemoryDump, including all inherited members.

_compressionGmMemoryDumpprivate
_currentGroupIdGmMemoryDumpprivate
_dumpItemsGmMemoryDumpprivate
_dumpSizeAGmMemoryDumpprivate
_dumpSizeBGmMemoryDumpprivate
_fileGmMemoryDumpprivate
_fileInfoPosGmMemoryDumpprivate
_fileNameGmMemoryDumpprivate
_firstChunkPosGmMemoryDumpprivate
_initGmMemoryDumpprivate
_keepFileGmMemoryDumpprivate
_lastChunkBlockIdGmMemoryDumpprivate
_loggerGmMemoryDumpprivate
_minCompressionSizeGmMemoryDumpprivate
_modeGmMemoryDumpprivate
_nextGroupIdGmMemoryDumpprivate
_printStructureGmMemoryDumpprivate
addDumpItem(GmMemoryDumpItem *item, int groupId=-1) (defined in GmMemoryDump)GmMemoryDump
adjustGroupId(int id) constGmMemoryDumpinline
blockSize(qint64 dataSize, bool grow)GmMemoryDumpprivate
clear()GmMemoryDump
fileClose()GmMemoryDumpprivate
fileInit(QString dumpFile, bool overwrite, bool keep)GmMemoryDumpprivate
fileInitExisting()GmMemoryDumpprivate
fileInitNew()GmMemoryDumpprivate
fileLoadItem(DumpItem *item, qint64 size=0, qint64 offset=0)GmMemoryDumpprivate
fileSaveItem(DumpItem *item, bool update, qint64 size=0, qint64 offset=0)GmMemoryDumpprivate
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)GmMemoryDumpinline
item(int itemId) constGmMemoryDumpinline
itemGroup(int itemId) constGmMemoryDumpinline
load()GmMemoryDump
loadActiveItems()GmMemoryDump
loadChunkData(char *buffer, qint64 offset, qint64 size)GmMemoryDumpprivate
loadChunkHeader(FileDataChunkHeader *h)GmMemoryDumpprivate
loadItem(int itemId, qint64 size=0, qint64 offset=0)GmMemoryDump
memoryInit()GmMemoryDumpprivate
memoryLoadItem(DumpItem *item, qint64 size=0, qint64 offset=0)GmMemoryDumpprivate
memorySaveItem(DumpItem *item, qint64 size=0, qint64 offset=0)GmMemoryDumpprivate
modeToStr(GmMemoryDumpMode mode)GmMemoryDumpstatic
numItems() constGmMemoryDumpinline
readData(char *buffer, qint64 size)GmMemoryDumpprivate
readData(GmMemoryBufferList &blist, qint64 size)GmMemoryDumpprivate
save()GmMemoryDump
saveActiveItems()GmMemoryDump
saveChunkHeader(const FileDataChunkHeader *h)GmMemoryDumpprivate
saveChunkPadding(const FileDataChunkHeader *h, qint64 dataSize)GmMemoryDumpprivate
saveDataBlock(qint32 blockId, qint64 blockSize, const char *buffer, qint64 size)GmMemoryDumpprivate
saveDataChunck(const FileDataChunkHeader *h, const char *buffer, qint64 size)GmMemoryDumpprivate
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)GmMemoryDumpinline
strToMode(const QString &str)GmMemoryDumpstatic
updateFileInfoHeader()GmMemoryDumpprivate
updateFileItemHeader(const ItemHeader *h, const GmMemoryDumpItem *item)GmMemoryDumpprivate
writeData(const char *buffer, qint64 size)GmMemoryDumpprivate
writeData(GmMemoryBufferList &blist, qint64 size)GmMemoryDumpprivate
writeOrCheckControlHeader(bool write, qint64 *infoBlockPos)GmMemoryDumpprivate
~GmMemoryDump()GmMemoryDumpvirtual