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

#include <PyImathAutovectorize.h>

Public Member Functions

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

Public Attributes

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

Detailed Description

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

Definition at line 2731 of file PyImathAutovectorize.h.

Constructor & Destructor Documentation

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

Definition at line 2737 of file PyImathAutovectorize.h.

Member Function Documentation

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

Definition at line 2742 of file PyImathAutovectorize.h.

Member Data Documentation

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

Definition at line 2735 of file PyImathAutovectorize.h.

template<class Op, class Cls, class Func, class Keywords>
Cls& PyImath::detail::member_function_binding< Op, Cls, Func, Keywords >::_cls

Definition at line 2733 of file PyImathAutovectorize.h.

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

Definition at line 2734 of file PyImathAutovectorize.h.

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

Definition at line 2734 of file PyImathAutovectorize.h.


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