|
Geant4
10.01.p03
|
#include <G4VExceptionHandler.hh>
Inheritance diagram for G4VExceptionHandler:Public Member Functions | |
| G4VExceptionHandler () | |
| virtual | ~G4VExceptionHandler () |
| G4int | operator== (const G4VExceptionHandler &right) const |
| G4int | operator!= (const G4VExceptionHandler &right) const |
| virtual G4bool | Notify (const char *originOfException, const char *exceptionCode, G4ExceptionSeverity severity, const char *description)=0 |
Private Member Functions | |
| G4VExceptionHandler (const G4VExceptionHandler &right) | |
| G4VExceptionHandler & | operator= (const G4VExceptionHandler &right) |
Definition at line 55 of file G4VExceptionHandler.hh.
| G4VExceptionHandler::G4VExceptionHandler | ( | ) |
Definition at line 40 of file G4VExceptionHandler.cc.
References G4StateManager::GetStateManager(), and G4StateManager::SetExceptionHandler().
Here is the call graph for this function:
|
virtual |
Definition at line 46 of file G4VExceptionHandler.cc.
|
private |
Definition at line 50 of file G4VExceptionHandler.cc.
References right.
|
pure virtual |
Implemented in G4ExceptionHandler, and PyG4ExceptionHandler.
Referenced by G4Exception().
Here is the caller graph for this function:| G4int G4VExceptionHandler::operator!= | ( | const G4VExceptionHandler & | right | ) | const |
Definition at line 67 of file G4VExceptionHandler.cc.
|
private |
Definition at line 55 of file G4VExceptionHandler.cc.
References right.
| G4int G4VExceptionHandler::operator== | ( | const G4VExceptionHandler & | right | ) | const |
Definition at line 62 of file G4VExceptionHandler.cc.