Tapkee
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
pimpl_kernel_callback< Implementation > Struct Template Reference

#include <pimpl_callbacks.hpp>

Public Member Functions

 pimpl_kernel_callback (Implementation *i)
 
tapkee::ScalarType kernel (int a, int b) const
 

Public Attributes

Implementation * impl
 

Detailed Description

template<class Implementation>
struct pimpl_kernel_callback< Implementation >

Definition at line 14 of file pimpl_callbacks.hpp.

Constructor & Destructor Documentation

pimpl_kernel_callback ( Implementation *  i)

Definition at line 16 of file pimpl_callbacks.hpp.

Member Function Documentation

tapkee::ScalarType kernel ( int  a,
int  b 
) const

Definition at line 17 of file pimpl_callbacks.hpp.

Member Data Documentation

Implementation* impl

Definition at line 21 of file pimpl_callbacks.hpp.


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