TwiceAsNice
2019-02-18
|
#include <boost/python.hpp>
#include <IceUtil/Handle.h>
#include <Nice/Log.h>
#include <Nice/Util/Exception.h>
Classes | |
struct | Nice::Python::ExceptionTypeObj< ExType > |
Namespaces | |
Nice | |
Nice::Python | |
Functions | |
template<typename ExType > | |
void | Nice::Python::translateException (const ExType &_e) |
template<typename ExType > | |
void | Nice::Python::addExceptionType (const std::string &_name, PyObject *_base=ExceptionTypeObj< Nice::Exception >::s_ptr) |