Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

crash_info_header Struct Reference

Public Member Functions

template<typename Stream , typename Operation >
void SerializationOp (Stream &s, Operation ser_action)
 

Public Attributes

std::string magic
 
uint16_t version
 
std::string exeFileName
 
 ADD_SERIALIZE_METHODS
 

Detailed Description

Definition at line 354 of file stacktraces.cpp.

Member Function Documentation

◆ SerializationOp()

template<typename Stream , typename Operation >
void crash_info_header::SerializationOp ( Stream &  s,
Operation  ser_action 
)
inline

Definition at line 363 of file stacktraces.cpp.

References exeFileName, magic, READWRITE, and version.

Member Data Documentation

◆ ADD_SERIALIZE_METHODS

crash_info_header::ADD_SERIALIZE_METHODS

Definition at line 360 of file stacktraces.cpp.

◆ exeFileName

std::string crash_info_header::exeFileName

◆ magic

std::string crash_info_header::magic

◆ version

uint16_t crash_info_header::version

The documentation for this struct was generated from the following file:
Released under the MIT license