Public Member Functions | Private Attributes
boost::numpy::detail::dtype_template_invoker< boost::reference_wrapper< Function > > Struct Template Reference

#include <invoke_matching.hpp>

List of all members.

Public Member Functions

 dtype_template_invoker (dtype const &dtype_, Function &func)
template<typename T >
void operator() (T *) const

Private Attributes

dtype const & m_dtype
Function & m_func

Detailed Description

template<typename Function>
struct boost::numpy::detail::dtype_template_invoker< boost::reference_wrapper< Function > >

Definition at line 61 of file invoke_matching.hpp.


Constructor & Destructor Documentation

template<typename Function >
boost::numpy::detail::dtype_template_invoker< boost::reference_wrapper< Function > >::dtype_template_invoker ( dtype const &  dtype_,
Function &  func 
) [inline]

Definition at line 74 of file invoke_matching.hpp.


Member Function Documentation

template<typename Function >
template<typename T >
void boost::numpy::detail::dtype_template_invoker< boost::reference_wrapper< Function > >::operator() ( T *  ) const [inline]

Definition at line 65 of file invoke_matching.hpp.


Member Data Documentation

template<typename Function >
dtype const& boost::numpy::detail::dtype_template_invoker< boost::reference_wrapper< Function > >::m_dtype [private]

Definition at line 78 of file invoke_matching.hpp.

template<typename Function >
Function& boost::numpy::detail::dtype_template_invoker< boost::reference_wrapper< Function > >::m_func [private]

Definition at line 79 of file invoke_matching.hpp.


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


boost_numpy
Author(s): Jim Bosch, Ankit Daftery
autogenerated on Fri Aug 28 2015 10:10:40