Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::parameter::python::aux::def_function Struct Reference

#include <python.hpp>

Public Member Functions

 def_function (char const *name)
 
template<class F >
void operator() (F f) const
 
template<class F , class Keywords >
void operator() (F f, Keywords const &keywords) const
 

Public Attributes

char const * name
 

Constructor & Destructor Documentation

boost::parameter::python::aux::def_function::def_function ( char const *  name)
inline

Member Function Documentation

template<class F >
void boost::parameter::python::aux::def_function::operator() ( f) const
inline

References boost::python::def(), and name.

template<class F , class Keywords >
void boost::parameter::python::aux::def_function::operator() ( f,
Keywords const &  keywords 
) const
inline

References boost::python::def(), and name.

Member Data Documentation

char const* boost::parameter::python::aux::def_function::name

Referenced by operator()().


The documentation for this struct was generated from the following file: