Public Member Functions | Private Attributes
boost::numpy::detail::dtype_template_invoker< 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< Function >

Definition at line 39 of file invoke_matching.hpp.


Constructor & Destructor Documentation

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

Definition at line 52 of file invoke_matching.hpp.


Member Function Documentation

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

Definition at line 43 of file invoke_matching.hpp.


Member Data Documentation

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

Definition at line 56 of file invoke_matching.hpp.

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

Definition at line 57 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