SystemC  Recoding Infrastructure for SystemC v0.6.0 derived from Accellera SystemC 2.3.1
Accellera SystemC proof-of-concept library
Public Member Functions | Public Attributes | List of all members
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:
Collaboration graph
[legend]

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_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 )

Member Data Documentation

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.


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