Geant4-11
Public Member Functions | Data Fields
G4MemoryError Class Reference

#include <G4RTJpeg.hh>

Public Member Functions

 G4MemoryError (int size, const char *message)
 

Data Fields

const char * mMessage
 
int mSize
 

Detailed Description

Definition at line 174 of file G4RTJpeg.hh.

Constructor & Destructor Documentation

◆ G4MemoryError()

G4MemoryError::G4MemoryError ( int  size,
const char *  message 
)
inline

Definition at line 177 of file G4RTJpeg.hh.

178 {mSize = size; mMessage = message;};
const char * mMessage
Definition: G4RTJpeg.hh:180

References mMessage, and mSize.

Field Documentation

◆ mMessage

const char* G4MemoryError::mMessage

Definition at line 180 of file G4RTJpeg.hh.

Referenced by G4MemoryError().

◆ mSize

int G4MemoryError::mSize

Definition at line 179 of file G4RTJpeg.hh.

Referenced by G4MemoryError().


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