sc_core::sc_bind_elem Struct Reference

List of all members.

Public Member Functions

 sc_bind_elem ()
 sc_bind_elem (sc_interface *interface_)
 sc_bind_elem (sc_port_base *parent_)

Public Attributes

sc_interfaceiface
sc_port_baseparent

Constructor & Destructor Documentation

sc_core::sc_bind_elem::sc_bind_elem (  ) 

sc_core::sc_bind_elem::sc_bind_elem ( sc_interface interface_  )  [explicit]

sc_core::sc_bind_elem::sc_bind_elem ( sc_port_base parent_  )  [explicit]


Member Data Documentation

sc_interface* sc_core::sc_bind_elem::iface

sc_port_base* sc_core::sc_bind_elem::parent


The documentation for this struct was generated from the following file:
Generated by
Matthieu Moy <Matthieu.Moy@st.com>
Back to Pinapa Home Page