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

#include <G4RTJpeg.hh>

Public Member Functions

 G4DataFormatError (void *address, const char *message)
 

Data Fields

voidmAddress
 
const char * mMessage
 

Detailed Description

Definition at line 205 of file G4RTJpeg.hh.

Constructor & Destructor Documentation

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

Field Documentation

void* G4DataFormatError::mAddress

Definition at line 209 of file G4RTJpeg.hh.

const char* G4DataFormatError::mMessage

Definition at line 211 of file G4RTJpeg.hh.


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