OPAL (Object Oriented Parallel Accelerator Library) 2022.1
OPAL
|
#include <Python.h>
#include <structmember.h>
#include <string>
#include <exception>
#include <boost/python.hpp>
Go to the source code of this file.
Namespaces | |
namespace | PyOpal |
namespace | PyOpal::ExceptionTranslation |
Functions | |
void | PyOpal::ExceptionTranslation::registerExceptions () |
template<class T > | |
void | PyOpal::ExceptionTranslation::translateException (T const &exception) |
template<class T > | |
void | PyOpal::ExceptionTranslation::translateOpalException (T const &exception) |