#include <boost/python.hpp>
Go to the source code of this file.
|
template<typename Func > |
void | doxygen::def (const char *name, Func func) |
|
template<typename function_type > |
member_func_impl< function_type > | doxygen::visitor::member_func (const char *name, const function_type &function) |
|
template<typename function_type , typename policy_type > |
member_func_impl< function_type, policy_type > | doxygen::visitor::member_func (const char *name, const function_type &function, const policy_type &policy) |
|
◆ DOXYGEN_DOC_DECLARE_INIT_VISITOR
#define DOXYGEN_DOC_DECLARE_INIT_VISITOR |
( |
|
z, |
|
|
|
nargs, |
|
|
|
unused |
|
) |
| |