Code forensics  0.1
Generate historical information about code changes
type_into_python< T > Struct Template Reference

helper type to aid conversion from input type T to the python object More...

#include <python_interop.hpp>

Public Member Functions

PyObject * convert (CR< PTime > t)
 
PyObject * convert (Date const &d)
 

Static Public Member Functions

static PyObject * convert (T const &)
 

Detailed Description

template<typename T>
struct type_into_python< T >

helper type to aid conversion from input type T to the python object

Member Function Documentation

◆ convert() [1/3]

PyObject * type_into_python< PTime >::convert ( CR< PTime t)

{@ Template specialization for python-C++ type conversion

◆ convert() [2/3]

PyObject * type_into_python< Date >::convert ( Date const &  d)

◆ convert() [3/3]

template<typename T >
static PyObject* type_into_python< T >::convert ( T const &  )
static

The documentation for this struct was generated from the following file: