Geant4.10
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Data Fields
G4MemoryError Class Reference

#include <G4RTJpeg.hh>

Public Member Functions

 G4MemoryError (int size, const char *message)
 

Data Fields

int mSize
 
const char * mMessage
 

Detailed Description

Definition at line 175 of file G4RTJpeg.hh.

Constructor & Destructor Documentation

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

Definition at line 178 of file G4RTJpeg.hh.

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

Field Documentation

const char* G4MemoryError::mMessage

Definition at line 181 of file G4RTJpeg.hh.

int G4MemoryError::mSize

Definition at line 179 of file G4RTJpeg.hh.


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