SystemC  2.3.2
Accellera SystemC proof-of-concept library
sc_core::sc_bind_proxy Struct Reference

Struct for temporarily storing a pointer to an interface or port. More...

#include <sysc/kernel/sc_module.h>

Collaboration diagram for sc_core::sc_bind_proxy:

Public Member Functions

 sc_bind_proxy ()
 
 sc_bind_proxy (sc_interface &)
 
 sc_bind_proxy (sc_port_base &)
 

Public Attributes

sc_interfaceiface
 
sc_port_baseport
 

Detailed Description

Struct for temporarily storing a pointer to an interface or port.

Used for positional binding.

Definition at line 63 of file sc_module.h.

Constructor & Destructor Documentation

◆ sc_bind_proxy() [1/3]

sc_core::sc_bind_proxy::sc_bind_proxy ( )

◆ sc_bind_proxy() [2/3]

sc_core::sc_bind_proxy::sc_bind_proxy ( sc_interface )

◆ sc_bind_proxy() [3/3]

sc_core::sc_bind_proxy::sc_bind_proxy ( sc_port_base )

Member Data Documentation

◆ iface

sc_interface* sc_core::sc_bind_proxy::iface

Definition at line 65 of file sc_module.h.

◆ port

sc_port_base* sc_core::sc_bind_proxy::port

Definition at line 66 of file sc_module.h.


The documentation for this struct was generated from the following file: