Define RCPPSW_WRAP_DEF
Defined in File macros.hpp
Define Documentation
-
RCPPSW_WRAP_DEF(Class, Func, Handle, ...)
Readability-enhancing macro for defining the body of a function which wraps
Func
provided byHandle
. 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.