#include <rc_port_handle.h>

Definition at line 71 of file rc_port_handle.h.
Public Member Functions | |
| port_ref_t (PORT &port_) | |
| virtual sc_interface * | get_interface () const |
| virtual sc_port_base & | get_port_base () const |
Private Attributes | |
| PORT & | p_port |
| the stored port of type PORT. | |
| port_ref_t | ( | PORT & | port_ | ) | [inline] |
Definition at line 75 of file rc_port_handle.h.
| virtual sc_interface* get_interface | ( | ) | const [inline, virtual] |
| virtual sc_port_base& get_port_base | ( | ) | const [inline, virtual] |
PORT& p_port [mutable, private] |
the stored port of type PORT.
Definition at line 85 of file rc_port_handle.h.
Referenced by port_ref_t::get_interface(), and port_ref_t::get_port_base().
1.5.3