Geant4  10.02.p03
test00.cc File Reference
#include <boost/python.hpp>
Include dependency graph for test00.cc:

Go to the source code of this file.

Functions

char const * greet ()
 
 BOOST_PYTHON_MODULE (test00)
 

Function Documentation

◆ BOOST_PYTHON_MODULE()

BOOST_PYTHON_MODULE ( test00  )

Definition at line 45 of file test00.cc.

46 {
47  def("greet", greet);
48 }
char const * greet()
Definition: test00.cc:34
Here is the call graph for this function:

◆ greet()

char const* greet ( )

Definition at line 34 of file test00.cc.

35 {
36  return "Hallo World!!";
37 }
Here is the caller graph for this function: