#include <crashhandler.h>
Module description with file name, address and size.
公共成员函数 |
|
CrashModuleEntry () | |
CrashModuleEntry (const char *fileName, void *moduleStart, Int size) | |
CrashModuleEntry (const CrashModuleEntry & src ) | |
CrashModuleEntry ( CrashModuleEntry && src ) | |
MAXON_OPERATOR_COPY_ASSIGNMENT ( CrashModuleEntry ) | |
MAXON_OPERATOR_MOVE_ASSIGNMENT ( CrashModuleEntry ) |
Public Attributes |
|
const char * | _fileName |
void * | _moduleStart |
Int | _size |
CrashModuleEntry | ( | ) |
CrashModuleEntry | ( | const char * | fileName , |
void * | moduleStart , | ||
Int | size | ||
) |
CrashModuleEntry | ( | const CrashModuleEntry & | src | ) |
CrashModuleEntry | ( | CrashModuleEntry && | src | ) |
MAXON_OPERATOR_COPY_ASSIGNMENT | ( | CrashModuleEntry | ) |
MAXON_OPERATOR_MOVE_ASSIGNMENT | ( | CrashModuleEntry | ) |
const char* _fileName |
void* _moduleStart |
Int _size |