My Project  v0.0.16
Classes | Functions
pycomp7 Namespace Reference

Classes

struct  Converter_boost_unorderedmap_to_dict
 
struct  Converter_pair_uint32_bool_from_tuple
 
struct  Converter_std_map_to_dict
 
struct  Converter_std_vector_from_list
 
struct  Converter_std_vector_to_list
 
class  ExceptionTranslator
 
struct  PairToTupleConverter
 

Functions

Function Documentation

◆ create_exception_class()

PyObject* create_exception_class ( const std::string&  excName,
PyObject*  baseTypeObj = PyExc_Exception 
)

◆ register_converters()

void register_converters ( )

◆ wrap_derived_exception()

void pycomp7::wrap_derived_exception ( const std::string&  exceptionName,
PyObject*  base_exception_pyType 
)

◆ wrap_exceptions()

void wrap_exceptions ( )