Geant4  10.00.p01
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

int * alloc_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 36 of file test13.cc.

Referenced by f_alloc_int().

+ Here is the caller graph for this function:

BOOST_PYTHON_MODULE ( test13  )

Definition at line 86 of file test13.cc.

References f_alloc_int(), and f_operate_list().

+ Here is the call graph for this function:

list f_alloc_int ( )

Definition at line 59 of file test13.cc.

References alloc_int(), and n.

Referenced by BOOST_PYTHON_MODULE().

+ 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 70 of file test13.cc.

References operate_list().

Referenced by BOOST_PYTHON_MODULE().

+ 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 45 of file test13.cc.

Referenced by f_operate_list().

+ Here is the caller graph for this function: