CrashReportPropertyItem Struct Reference

#include <crashreportproperty.h>

Public Member Functions

 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
 

Constructor & Destructor Documentation

◆ CrashReportPropertyItem() [1/3]

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

◆ CrashReportPropertyItem() [2/3]

◆ CrashReportPropertyItem() [3/3]

Member Function Documentation

◆ MAXON_OPERATOR_MOVE_ASSIGNMENT()

MAXON_OPERATOR_MOVE_ASSIGNMENT ( CrashReportPropertyItem  )

Member Data Documentation

◆ _name

const Char* _name

◆ _value

const Char* _value