Geant4  10.02.p03
G4DataFormatError Class Reference

#include <G4RTJpeg.hh>

Collaboration diagram for G4DataFormatError:

Public Member Functions

 G4DataFormatError (void *address, const char *message)
 

Public Attributes

void * mAddress
 
const char * mMessage
 

Detailed Description

Definition at line 205 of file G4RTJpeg.hh.

Constructor & Destructor Documentation

◆ G4DataFormatError()

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

Definition at line 208 of file G4RTJpeg.hh.

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

Member Data Documentation

◆ mAddress

void* G4DataFormatError::mAddress

Definition at line 209 of file G4RTJpeg.hh.

◆ mMessage

const char* G4DataFormatError::mMessage

Definition at line 211 of file G4RTJpeg.hh.


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