CrashRegisterValue Struct Reference

#include <crashhandler.h>

详细描述

Register value description (name and 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 )

Public Attributes

const char *  _name
GenericRegisterValue   _value

构造函数 & 析构函数文档编制

◆  CrashRegisterValue() [1/4]

CrashRegisterValue ( const char *  name ,
UInt   value  
)

◆  CrashRegisterValue() [2/4]

CrashRegisterValue ( const char *  name ,
UInt64   valueA ,
UInt64   valueB  
)

◆  CrashRegisterValue() [3/4]

CrashRegisterValue ( const char *  name ,
UInt64   valueA ,
UInt64   valueB ,
UInt64   valueC ,
UInt64   valueD  
)

◆  CrashRegisterValue() [4/4]

CrashRegisterValue ( CrashRegisterValue &&  src )

成员函数文档编制

◆  MAXON_OPERATOR_MOVE_ASSIGNMENT()

MAXON_OPERATOR_MOVE_ASSIGNMENT ( CrashRegisterValue   )

Member Data Documentation

◆  _name

const char* _name

◆  _value

GenericRegisterValue _value