Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
statusMessageReport Struct Reference

#include <statusMessageReporting.h>

Public Attributes

struct statusMessageReportnext
 
enum smr_status status
 
int libraryID
 
int code
 
int line
 
char fileName [smr_maximumFileNameSize+1]
 
char function [smr_maximumFileNameSize+1]
 
char * message
 

Detailed Description

Definition at line 30 of file statusMessageReporting.h.

Member Data Documentation

◆ code

int statusMessageReport::code

Definition at line 34 of file statusMessageReporting.h.

Referenced by smr_getCode().

◆ fileName

char statusMessageReport::fileName[smr_maximumFileNameSize+1]

Definition at line 36 of file statusMessageReporting.h.

Referenced by smr_copyFullMessage(), smr_getFile(), and smr_reportWrite().

◆ function

char statusMessageReport::function[smr_maximumFileNameSize+1]

Definition at line 37 of file statusMessageReporting.h.

Referenced by smr_copyFullMessage(), smr_getFunction(), and smr_reportWrite().

◆ libraryID

int statusMessageReport::libraryID

Definition at line 33 of file statusMessageReporting.h.

Referenced by smr_getLibraryID().

◆ line

int statusMessageReport::line

Definition at line 35 of file statusMessageReporting.h.

Referenced by smr_copyFullMessage(), smr_getLine(), and smr_reportWrite().

◆ message

char* statusMessageReport::message

◆ next

struct statusMessageReport* statusMessageReport::next

Definition at line 31 of file statusMessageReporting.h.

Referenced by smr_nextReport().

◆ status


The documentation for this struct was generated from the following file: