| 
    SystemC
    Recoding Infrastructure for SystemC v0.6.2 derived from Accellera SystemC 2.3.1
    
   Accellera SystemC proof-of-concept library 
   | 
 
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 63 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 & | ) | 
| sc_interface* sc_core::sc_bind_proxy::iface | 
Definition at line 65 of file sc_module.h.
| sc_port_base* sc_core::sc_bind_proxy::port | 
Definition at line 66 of file sc_module.h.
 1.8.5