Define RCPPSW_PTRREF_DECLDEF
Defined in File macros.hpp
Define Documentation
-
RCPPSW_PTRREF_DECLDEF(Func, Member, ...)
Expose a pointer reference for an instance member
Member
namedFunc
. The variable argument list is to allow specification of ‘const’ as part of the function return type. This is the non-const member function version.