57    if (&right == 
this)  { 
return *
this; }
    64    return (
this == &right);
    69    return (
this != &right);
 
virtual ~G4VExceptionHandler()
 
void SetExceptionHandler(G4VExceptionHandler *eh)
 
static G4StateManager * GetStateManager()
 
G4int operator!=(const G4VExceptionHandler &right) const
 
G4int operator==(const G4VExceptionHandler &right) const
 
G4VExceptionHandler & operator=(const G4VExceptionHandler &right)