Namespaces | |
converter | |
detail | |
objects | |
Functions | |
template<typename T > | |
void | def_constant (const char *name, const T &value) |
Define a constant given its value and a name within the current Boost Python scope. More... | |
void boost::python::def_constant | ( | const char * | name, |
const T & | value | ||
) |
Define a constant given its value and a name within the current Boost Python scope.
T | Type of the constant. |
[in] | name | Name of the constant. |
[in] | value | Value of the constant. |
Definition at line 24 of file constant.hpp.