Geant4
10.02.p01
|
Go to the source code of this file.
Functions | |
BOOST_PYTHON_FUNCTION_OVERLOADS (f_func2, func2, 1, 2) | |
BOOST_PYTHON_MEMBER_FUNCTION_OVERLOADS (f_AMethod, AMethod, 0, 2) | |
BOOST_PYTHON_MEMBER_FUNCTION_OVERLOADS (f_CMethod, CMethod, 1, 3) | |
BOOST_PYTHON_MODULE (test05) | |
Variables | |
int(* | func3_1 )(int) = func3 |
int(* | func3_2 )(double) = func3 |
int(AClass::* | f1_BMethod )() = &AClass::BMethod |
double(AClass::* | f2_BMethod )(double) = &AClass::BMethod |
BOOST_PYTHON_FUNCTION_OVERLOADS | ( | f_func2 | , |
func2 | , | ||
1 | , | ||
2 | |||
) |
BOOST_PYTHON_MEMBER_FUNCTION_OVERLOADS | ( | f_AMethod | , |
AMethod | , | ||
0 | , | ||
2 | |||
) |
BOOST_PYTHON_MEMBER_FUNCTION_OVERLOADS | ( | f_CMethod | , |
CMethod | , | ||
1 | , | ||
3 | |||
) |
BOOST_PYTHON_MODULE | ( | test05 | ) |
Definition at line 59 of file test05.cc.
References AClass::CMethod(), f1_BMethod, f2_BMethod, func3_1, func3_2, AClass::GetIVal(), and AClass::SetIVal().
int(AClass::* f1_BMethod)() = &AClass::BMethod |
Definition at line 55 of file test05.cc.
Referenced by BOOST_PYTHON_MODULE().
double(AClass::* f2_BMethod)(double) = &AClass::BMethod |
Definition at line 56 of file test05.cc.
Referenced by BOOST_PYTHON_MODULE().
int(* func3_1)(int) = func3 |
Definition at line 49 of file test05.cc.
Referenced by BOOST_PYTHON_MODULE().
int(* func3_2)(double) = func3 |
Definition at line 50 of file test05.cc.
Referenced by BOOST_PYTHON_MODULE().