Geant4.10
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Data Structures | Functions
pyG4ExceptionHandler.cc File Reference
#include <boost/python.hpp>
#include "G4VExceptionHandler.hh"
#include "G4StateManager.hh"
#include <stdlib.h>

Go to the source code of this file.

Data Structures

class  PyG4ExceptionHandler
 

Functions

void export_G4ExceptionHandler ()
 

Function Documentation

void export_G4ExceptionHandler ( )

Definition at line 104 of file pyG4ExceptionHandler.cc.

Referenced by BOOST_PYTHON_MODULE().

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