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

#include <G4RTJpeg.hh>

Public Member Functions

 G4DataFormatError (void *address, const char *message)
 

Data Fields

void * mAddress
 
const char * mMessage
 

Detailed Description

Definition at line 204 of file G4RTJpeg.hh.

Constructor & Destructor Documentation

◆ G4DataFormatError()

G4DataFormatError::G4DataFormatError ( void *  address,
const char *  message 
)
inline

Definition at line 207 of file G4RTJpeg.hh.

208 {mAddress = address; mMessage = message;};
const char * mMessage
Definition: G4RTJpeg.hh:210

References mAddress, and mMessage.

Field Documentation

◆ mAddress

void* G4DataFormatError::mAddress

Definition at line 209 of file G4RTJpeg.hh.

Referenced by G4DataFormatError().

◆ mMessage

const char* G4DataFormatError::mMessage

Definition at line 210 of file G4RTJpeg.hh.

Referenced by G4DataFormatError().


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