Struct for temporarily storing a pointer to an interface or port. More...
#include <sysc/kernel/sc_module.h>
Public Member Functions | |
sc_bind_proxy () | |
sc_bind_proxy (sc_interface &) | |
sc_bind_proxy (sc_port_base &) | |
Public Attributes | |
sc_interface * | iface |
sc_port_base * | port |
Struct for temporarily storing a pointer to an interface or port.
Used for positional binding.
Definition at line 61 of file sc_module.h.
sc_core::sc_bind_proxy::sc_bind_proxy | ( | ) |
sc_core::sc_bind_proxy::sc_bind_proxy | ( | sc_interface & | ) |
sc_core::sc_bind_proxy::sc_bind_proxy | ( | sc_port_base & | ) |
Definition at line 63 of file sc_module.h.
Definition at line 64 of file sc_module.h.