Geant4 11.4.0
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 37 of file statusMessageReporting.h.

Member Data Documentation

◆ code

int statusMessageReport::code

Definition at line 41 of file statusMessageReporting.h.

Referenced by smr_getCode().

◆ fileName

char statusMessageReport::fileName[smr_maximumFileNameSize+1]

Definition at line 43 of file statusMessageReporting.h.

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

◆ function

char statusMessageReport::function[smr_maximumFileNameSize+1]

Definition at line 44 of file statusMessageReporting.h.

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

◆ libraryID

int statusMessageReport::libraryID

Definition at line 40 of file statusMessageReporting.h.

Referenced by smr_getLibraryID().

◆ line

int statusMessageReport::line

Definition at line 42 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 38 of file statusMessageReporting.h.

Referenced by smr_nextReport2().

◆ status


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