Define RCPPSW_WRAP_DEF

Define Documentation

RCPPSW_WRAP_DEF(Class, Func, Handle, ...)

Readability-enhancing macro for defining the body of a function which wraps Func provided by Handle. You don’t HAVE to use this macro, but doing so generally saves some typing, and makes your code more self-documenting.

The variable argument list is to allow specification of ‘const’ as part of the function definition.