#include "CPyCppyy.h"
#include "CPPMethod.h"
#include "CPPExcInstance.h"
#include "CPPInstance.h"
#include "Converters.h"
#include "Executors.h"
#include "ProxyWrappers.h"
#include "PyStrings.h"
#include "TypeManip.h"
#include "SignalTryCatch.h"
#include "Utility.h"
#include "CPyCppyy/PyException.h"
#include <assert.h>
#include <string.h>
#include <exception>
#include <sstream>
#include <string>
#include <typeinfo>
#include <memory>
Namespaces | |
namespace | CPyCppyy |
Set of helper functions that are invoked from the pythonizors, on the Python side. | |
Variables | |
PyObject * | CPyCppyy::gAbrtException = nullptr |
PyObject * | CPyCppyy::gBusException = nullptr |
PyObject * | CPyCppyy::gIllException = nullptr |
PyObject * | CPyCppyy::gSegvException = nullptr |