CrashReportPropertyItem Struct Reference

#include <crashreportproperty.h>

公共成员函数

  CrashReportPropertyItem (const Char *name=nullptr, const Char *value=nullptr)
  CrashReportPropertyItem (const CrashReportPropertyItem & src )
  CrashReportPropertyItem ( CrashReportPropertyItem && src )
  MAXON_OPERATOR_MOVE_ASSIGNMENT ( CrashReportPropertyItem )

Public Attributes

const Char _name
const Char _value

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

◆  CrashReportPropertyItem() [1/3]

CrashReportPropertyItem ( const Char name = nullptr ,
const Char value = nullptr  
)
explicit

◆  CrashReportPropertyItem() [2/3]

CrashReportPropertyItem ( const CrashReportPropertyItem src )

◆  CrashReportPropertyItem() [3/3]

CrashReportPropertyItem ( CrashReportPropertyItem &&  src )

成员函数文档编制

◆  MAXON_OPERATOR_MOVE_ASSIGNMENT()

MAXON_OPERATOR_MOVE_ASSIGNMENT ( CrashReportPropertyItem   )

Member Data Documentation

◆  _name

const Char * _name

◆  _value

const Char * _value