LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
#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 | ( | ) |
Definition at line 35 of file test13.cc.
Referenced by f_alloc_int().
BOOST_PYTHON_MODULE | ( | test13 | ) |
list f_alloc_int | ( | ) |
Definition at line 58 of file test13.cc.
References alloc_int(), n, and x.
Referenced by BOOST_PYTHON_MODULE().
void f_operate_list | ( | list & | alist | ) |
Definition at line 69 of file test13.cc.
References operate_list().
Referenced by BOOST_PYTHON_MODULE().
void operate_list | ( | int | vec[10] | ) |
Definition at line 44 of file test13.cc.
Referenced by f_operate_list().