#include <iostream>
#include <boost/python.hpp>
함수 | |
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 | ( | ) |
test13.cc 파일의 36 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : f_alloc_int().
BOOST_PYTHON_MODULE | ( | test13 | ) |
test13.cc 파일의 86 번째 라인에서 정의되었습니다.
다음을 참조함 : f_alloc_int(), f_operate_list().
list f_alloc_int | ( | ) |
void f_operate_list | ( | list & | alist | ) |
test13.cc 파일의 45 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : f_operate_list().