Code forensics  0.1
Generate historical information about code changes
python_interop.hpp File Reference

Python module definition and interfacing classes. More...

#include "common.hpp"
#include "logging.hpp"
#include <boost/python.hpp>
#include <datetime.h>
Include dependency graph for python_interop.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  PyForensics
 
struct  type_into_python< T >
 helper type to aid conversion from input type T to the python object More...
 
struct  type_from_python< T >
 

Functions

 BOOST_PYTHON_MODULE (forensics)
 

Detailed Description

Python module definition and interfacing classes.

Function Documentation

◆ BOOST_PYTHON_MODULE()

BOOST_PYTHON_MODULE ( forensics  )