Defines a method.
More...
#include <cxxanyargs.hpp>
template<typename T, void(*)(VALUE klass, T mid, type *func, int arity) F>
template<int N, typename U>
struct ruby::backward::cxxanyargs::define_method::driver< T, F >::engine< N, U >
Defines a method.
- Template Parameters
-
N | Arity of the function. |
U | The function in question |
Definition at line 529 of file cxxanyargs.hpp.
◆ define() [1/3]
template<typename T , void(*)(VALUE klass, T mid, type *func, int arity) F>
template<int N, typename U >
Defines klass::mid as func, whose arity is N.
- Parameters
-
[in] | klass | Where the method lives. |
[in] | mid | Name of the method to define. |
[in] | func | Function that implements klass::mid. |
Definition at line 563 of file cxxanyargs.hpp.
◆ define() [2/3]
template<typename T , void(*)(VALUE klass, T mid, type *func, int arity) F>
template<int N, typename U >
Defines klass::mid as func, whose arity is N.
- Parameters
-
[in] | klass | Where the method lives. |
[in] | mid | Name of the method to define. |
[in] | func | Function that implements klass::mid. |
- Deprecated:
- Pass correctly typed function instead.
Definition at line 546 of file cxxanyargs.hpp.
◆ define() [3/3]
template<typename T , void(*)(VALUE klass, T mid, type *func, int arity) F>
template<int N, typename U >
Defines klass::mid as func, whose arity is N.
- Parameters
-
[in] | klass | Where the method lives. |
[in] | mid | Name of the method to define. |
[in] | func | Function that implements klass::mid. |
Definition at line 556 of file cxxanyargs.hpp.
The documentation for this struct was generated from the following file: