Geant4-11
Data Structures | Functions
pyG4ExceptionHandler.cc File Reference
#include <stdlib.h>
#include <boost/python.hpp>
#include "G4ios.hh"
#include "G4VExceptionHandler.hh"
#include "G4StateManager.hh"

Go to the source code of this file.

Data Structures

class  PyG4ExceptionHandler
 

Functions

void export_G4ExceptionHandler ()
 

Function Documentation

◆ export_G4ExceptionHandler()

void export_G4ExceptionHandler ( )

Definition at line 104 of file pyG4ExceptionHandler.cc.

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

Referenced by BOOST_PYTHON_MODULE().