HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
PyImath::detail::function_binding< Op, Func, Keywords > Struct Template Reference

#include <PyImathAutovectorize.h>

Public Member Functions

 function_binding (const std::string &name, const std::string &doc, const Keywords &args)
 
template<class Vectorize >
void operator() (Vectorize) const
 

Public Attributes

std::string _name
 
std::string _doc
 
const Keywords & _args
 

Detailed Description

template<class Op, class Func, class Keywords>
struct PyImath::detail::function_binding< Op, Func, Keywords >

Definition at line 1882 of file PyImathAutovectorize.h.

Constructor & Destructor Documentation

template<class Op, class Func, class Keywords>
PyImath::detail::function_binding< Op, Func, Keywords >::function_binding ( const std::string &  name,
const std::string &  doc,
const Keywords &  args 
)
inline

Definition at line 1888 of file PyImathAutovectorize.h.

Member Function Documentation

template<class Op, class Func, class Keywords>
template<class Vectorize >
void PyImath::detail::function_binding< Op, Func, Keywords >::operator() ( Vectorize  ) const
inline

Definition at line 1893 of file PyImathAutovectorize.h.

Member Data Documentation

template<class Op, class Func, class Keywords>
const Keywords& PyImath::detail::function_binding< Op, Func, Keywords >::_args

Definition at line 1885 of file PyImathAutovectorize.h.

template<class Op, class Func, class Keywords>
std::string PyImath::detail::function_binding< Op, Func, Keywords >::_doc

Definition at line 1884 of file PyImathAutovectorize.h.

template<class Op, class Func, class Keywords>
std::string PyImath::detail::function_binding< Op, Func, Keywords >::_name

Definition at line 1884 of file PyImathAutovectorize.h.


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