SystemC
Recoding Infrastructure for SystemC v0.6.3 derived from Accellera SystemC 2.3.1
Accellera SystemC proof-of-concept library
|
Abstract base class for class sc_port. More...
#include <sysc/communication/sc_port.h>
Public Types | |
typedef sc_port_base | base_type |
typedef sc_port_b< IF > | this_type |
typedef this_type | port_type |
Public Types inherited from sc_core::sc_port_base | |
typedef sc_port_base | this_type |
Public Types inherited from sc_core::sc_object | |
typedef unsigned | phase_cb_mask |
Public Member Functions | |
SC_VIRTUAL_ void | bind (IF &interface_) |
void | operator() (IF &interface_) |
SC_VIRTUAL_ void | bind (port_type &parent_) |
void | operator() (port_type &parent_) |
int | size () const |
IF * | operator-> () |
const IF * | operator-> () const |
const IF * | get_interface (int iface_i) const |
IF * | get_interface (int iface_i) |
IF * | operator[] (int index_) |
const IF * | operator[] (int index_) const |
virtual sc_interface * | get_interface () |
virtual const sc_interface * | get_interface () const |
Public Member Functions inherited from sc_core::sc_port_base | |
int | bind_count () |
virtual const char * | kind () const |
Public Member Functions inherited from sc_core::sc_object | |
const char * | name () const |
const char * | basename () const |
virtual void | print (::std::ostream &os=::std::cout) const |
virtual void | dump (::std::ostream &os=::std::cout) const |
virtual void | trace (sc_trace_file *tf) const |
sc_simcontext * | simcontext () const |
bool | add_attribute (sc_attr_base &) |
sc_attr_base * | get_attribute (const std::string &name_) |
const sc_attr_base * | get_attribute (const std::string &name_) const |
sc_attr_base * | remove_attribute (const std::string &name_) |
void | remove_all_attributes () |
int | num_attributes () const |
sc_attr_cltn & | attr_cltn () |
const sc_attr_cltn & | attr_cltn () const |
virtual const std::vector < sc_event * > & | get_child_events () const |
virtual const std::vector < sc_object * > & | get_child_objects () const |
sc_object * | get_parent () const |
sc_object * | get_parent_object () const |
Friends | |
class | sc_sensitive |
class | sc_sensitive_neg |
class | sc_sensitive_pos |
Additional Inherited Members | |
Protected Attributes inherited from sc_core::sc_port_base | |
sc_bind_info * | m_bind_info |
Abstract base class for class sc_port.
typedef sc_port_base sc_core::sc_port_b< IF >::base_type |
typedef this_type sc_core::sc_port_b< IF >::port_type |
typedef sc_port_b<IF> sc_core::sc_port_b< IF >::this_type |
|
inlineexplicitprotected |
|
inlineprotected |
|
inlineprotectedvirtual |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinevirtual |
Implements sc_core::sc_port_base.
|
inlinevirtual |
Implements sc_core::sc_port_base.
|
protectedvirtual |
Reimplemented from sc_core::sc_port_base.
|
protectedvirtual |
Reimplemented from sc_core::sc_port_base.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlineprotectedvirtual |
Implements sc_core::sc_port_base.
Reimplemented in sc_core::sc_in< sc_dt::sc_logic >, sc_core::sc_in< bool >, sc_core::sc_in< T >, and sc_core::sc_in< sc_dt::sc_lv< W > >.
|
inlineprotectedvirtual |
Implements sc_core::sc_port_base.
Reimplemented in sc_core::sc_in< sc_dt::sc_logic >, sc_core::sc_in< bool >, sc_core::sc_in< T >, and sc_core::sc_in< sc_dt::sc_lv< W > >.
|
friend |
|
friend |
|
friend |