#include <rc_interface_wrapper.h>
Definition at line 300 of file rc_interface_wrapper.h.
Public Member Functions | |
driver_access (rc_interface_wrapper< IF > &wrapper, int driver_index) | |
rc_driver_object< IF > ::driver_access * | operator-> () const |
~driver_access () | |
Private Attributes | |
rc_interface_wrapper < IF > & | p_wrapper |
const int | p_driver_index |
const rc_process_behavior_change | p_process_behavior_change |
driver_access | ( | rc_interface_wrapper< IF > & | wrapper, | |
int | driver_index | |||
) | [inline] |
Definition at line 304 of file rc_interface_wrapper.h.
~driver_access | ( | ) | [inline] |
Definition at line 314 of file rc_interface_wrapper.h.
rc_driver_object<IF>::driver_access* operator-> | ( | ) | const [inline] |
Definition at line 311 of file rc_interface_wrapper.h.
rc_interface_wrapper<IF>& p_wrapper [private] |
Definition at line 318 of file rc_interface_wrapper.h.
const int p_driver_index [private] |
Definition at line 319 of file rc_interface_wrapper.h.
const rc_process_behavior_change p_process_behavior_change [private] |
Definition at line 320 of file rc_interface_wrapper.h.