The Gaudi Framework  master (b9786168)
Loading...
Searching...
No Matches
PyExample.cpp File Reference
#include "Functions.h"
#include <boost/python.hpp>
Include dependency graph for PyExample.cpp:

Go to the source code of this file.

Functions

 BOOST_PYTHON_MODULE (PyExample)
 

Function Documentation

◆ BOOST_PYTHON_MODULE()

BOOST_PYTHON_MODULE ( PyExample )

Definition at line 28 of file PyExample.cpp.

28 {
29 using namespace boost::python;
30 def( "greet", greet );
31}
char const * greet()
Simple C++ function.
Definition Functions.cpp:19