Geant4  10.03.p03
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
pyG4ExceptionHandler.cc File Reference
#include <boost/python.hpp>
#include "G4VExceptionHandler.hh"
#include "G4StateManager.hh"
#include <stdlib.h>
Include dependency graph for pyG4ExceptionHandler.cc:

Go to the source code of this file.

Classes

class  PyG4ExceptionHandler
 

Functions

void export_G4ExceptionHandler ()
 

Function Documentation

void export_G4ExceptionHandler ( )

Definition at line 104 of file pyG4ExceptionHandler.cc.

105 {
106  class_<PyG4ExceptionHandler, boost::noncopyable>
107  ("G4ExceptionHandler", "exception handler")
108  ;
109 }

Here is the caller graph for this function: