#include <doxygen-boost.hh>

| Public Member Functions | |
| template<class classT , std::size_t nkeywords> | |
| void | call (classT &c, const boost::python::detail::keywords< nkeywords > &args) const | 
| template<class classT > | |
| void | call (classT &c, const void_ &) const | 
| member_func_impl (const char *n, const function_type &f) | |
| member_func_impl (const char *n, const function_type &f, policy_type p) | |
| template<class classT > | |
| void | visit (classT &c) const | 
| Public Attributes | |
| const function_type & | function | 
| const char * | name | 
| policy_type | policy | 
Definition at line 16 of file doxygen-boost.hh.
| 
 | inline | 
Definition at line 18 of file doxygen-boost.hh.
| 
 | inline | 
Definition at line 21 of file doxygen-boost.hh.
| 
 | inline | 
Definition at line 31 of file doxygen-boost.hh.
| 
 | inline | 
Definition at line 37 of file doxygen-boost.hh.
| 
 | inline | 
Definition at line 25 of file doxygen-boost.hh.
| const function_type& doxygen::visitor::member_func_impl< function_type, policy_type >::function | 
Definition at line 42 of file doxygen-boost.hh.
| const char* doxygen::visitor::member_func_impl< function_type, policy_type >::name | 
Definition at line 41 of file doxygen-boost.hh.
| policy_type doxygen::visitor::member_func_impl< function_type, policy_type >::policy | 
Definition at line 43 of file doxygen-boost.hh.