Define RCPPSW_WRAP_DECLDEF

Define Documentation

RCPPSW_WRAP_DECLDEF(Func, Callable, ...)

Wrap a public function, member variable (can’t be a pointer type), or even another member function that returns an object that contains the function you want to wrap). The variable argument list is to allow specification of ‘const’ as part of the function definition. Wrapped functions can take any number of arguments of any type.

Cannot be used to wrap overriden functions.