Geant4
9.6.p02
|
#include <iostream>
#include <boost/python.hpp>
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) | |
int* alloc_int | ( | ) |
BOOST_PYTHON_MODULE | ( | test13 | ) |
list f_alloc_int | ( | ) |
void f_operate_list | ( | list & | alist) |