Geant4_10
|
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 | ) |
int(AClass::* f1_BMethod)() = &AClass::BMethod |
double(AClass::* f2_BMethod)(double) = &AClass::BMethod |