Geant4  9.6.p02
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions
test13.cc File Reference
#include <iostream>
#include <boost/python.hpp>
Include dependency graph for test13.cc:

Go to the source code of this file.

Functions

intalloc_int ()
 
void operate_list (int vec[10])
 
list f_alloc_int ()
 
void f_operate_list (list &alist)
 
 BOOST_PYTHON_MODULE (test13)
 

Function Documentation

int* alloc_int ( )

Definition at line 37 of file test13.cc.

Here is the caller graph for this function:

BOOST_PYTHON_MODULE ( test13  )

Definition at line 87 of file test13.cc.

Here is the call graph for this function:

list f_alloc_int ( )

Definition at line 60 of file test13.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

void f_operate_list ( list &  alist)

Definition at line 71 of file test13.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

void operate_list ( int  vec[10])

Definition at line 46 of file test13.cc.

Here is the caller graph for this function: