#include <rc_interface_wrapper.h>
Definition at line 220 of file rc_interface_wrapper.h.
Public Member Functions | |
nb_interface_access (rc_interface_wrapper< IF > &wrapper) | |
IF * | operator-> () const |
template<class METHOD_PTR> | |
rc_member_func < METHOD_PTR > | operator-> * (METHOD_PTR mp) const |
Private Attributes | |
rc_interface_wrapper < IF > & | p_wrapper |
nb_interface_access | ( | rc_interface_wrapper< IF > & | wrapper | ) | [inline, explicit] |
Definition at line 224 of file rc_interface_wrapper.h.
IF* operator-> | ( | ) | const [inline] |
Definition at line 228 of file rc_interface_wrapper.h.
rc_member_func<METHOD_PTR> operator-> * | ( | METHOD_PTR | mp | ) | const [inline] |
Definition at line 232 of file rc_interface_wrapper.h.
rc_interface_wrapper<IF>& p_wrapper [private] |
Definition at line 239 of file rc_interface_wrapper.h.