#include <crashhandler.h>
Register value description (name and value).
Public Member Functions | |
CrashRegisterValue (const char *name, UInt value) | |
CrashRegisterValue (const char *name, UInt64 valueA, UInt64 valueB) | |
CrashRegisterValue (const char *name, UInt64 valueA, UInt64 valueB, UInt64 valueC, UInt64 valueD) | |
CrashRegisterValue (CrashRegisterValue &&src) | |
MAXON_OPERATOR_MOVE_ASSIGNMENT (CrashRegisterValue) | |
Public Attributes | |
const char * | _name |
GenericRegisterValue | _value |
CrashRegisterValue | ( | const char * | name, |
UInt | value | ||
) |
CrashRegisterValue | ( | const char * | name, |
UInt64 | valueA, | ||
UInt64 | valueB | ||
) |
CrashRegisterValue | ( | const char * | name, |
UInt64 | valueA, | ||
UInt64 | valueB, | ||
UInt64 | valueC, | ||
UInt64 | valueD | ||
) |
CrashRegisterValue | ( | CrashRegisterValue && | src | ) |
MAXON_OPERATOR_MOVE_ASSIGNMENT | ( | CrashRegisterValue | ) |
const char* _name |
GenericRegisterValue _value |