Tapkee
|
#include <pimpl_callbacks.hpp>
Public Member Functions | |
pimpl_kernel_callback (Implementation *i) | |
tapkee::ScalarType | kernel (int a, int b) const |
Public Attributes | |
Implementation * | impl |
Definition at line 14 of file pimpl_callbacks.hpp.
pimpl_kernel_callback | ( | Implementation * | i | ) |
Definition at line 16 of file pimpl_callbacks.hpp.
tapkee::ScalarType kernel | ( | int | a, |
int | b | ||
) | const |
Definition at line 17 of file pimpl_callbacks.hpp.
Implementation* impl |
Definition at line 21 of file pimpl_callbacks.hpp.