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 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 | 
Protected Member Functions | |
| sc_port_b (int max_size_, sc_port_policy policy=SC_ONE_OR_MORE_BOUND) | |
| sc_port_b (const char *name_, int max_size_, sc_port_policy policy=SC_ONE_OR_MORE_BOUND) | |
| virtual | ~sc_port_b () | 
| virtual int | vbind (sc_interface &) | 
| virtual int | vbind (sc_port_base &) | 
| virtual void | make_sensitive (sc_thread_handle, sc_event_finder *=0) const | 
| virtual void | make_sensitive (sc_method_handle, sc_event_finder *=0) const | 
Friends | |
| class | sc_sensitive | 
| class | sc_sensitive_neg | 
| class | sc_sensitive_pos | 
Abstract base class for class sc_port.
Definition at line 249 of file sc_port.h.
| typedef sc_port_base sc_core::sc_port_b< IF >::base_type | 
Reimplemented in sc_core::sc_fifo_in< T >, sc_core::sc_fifo_out< T >, sc_core::sc_in< T >, sc_core::sc_in< bool >, sc_core::sc_in< sc_dt::sc_logic >, sc_core::sc_inout< T >, sc_core::sc_inout< bool >, sc_core::sc_inout< sc_dt::sc_logic >, sc_core::sc_out< T >, sc_core::sc_in_resolved, sc_core::sc_inout_resolved, sc_core::sc_out_resolved, sc_core::sc_in_rv< W >, sc_core::sc_inout_rv< W >, sc_core::sc_out_rv< W >, sc_core::sc_in< sc_dt::sc_lv< W > >, sc_core::sc_inout< sc_dt::sc_lv< W > >, and sc_core::sc_out< bool >.
| typedef this_type sc_core::sc_port_b< IF >::port_type | 
| typedef sc_port_b<IF> sc_core::sc_port_b< IF >::this_type | 
Reimplemented from sc_core::sc_port_base.
Reimplemented in sc_core::sc_fifo_in< T >, sc_core::sc_fifo_out< T >, sc_core::sc_in< T >, sc_core::sc_in< bool >, sc_core::sc_in< sc_dt::sc_logic >, sc_core::sc_inout< T >, sc_core::sc_inout< bool >, sc_core::sc_inout< sc_dt::sc_logic >, sc_core::sc_out< T >, sc_core::sc_in_resolved, sc_core::sc_inout_resolved, sc_core::sc_out_resolved, sc_core::sc_in_rv< W >, sc_core::sc_inout_rv< W >, sc_core::sc_out_rv< W >, sc_core::sc_in< sc_dt::sc_lv< W > >, sc_core::sc_inout< sc_dt::sc_lv< W > >, and sc_core::sc_out< bool >.
| sc_core::sc_port_b< IF >::sc_port_b | ( | int | max_size_, | |
| sc_port_policy |  policy = SC_ONE_OR_MORE_BOUND | |||
| ) |  [inline, explicit, protected] | 
        
| sc_core::sc_port_b< IF >::sc_port_b | ( | const char * | name_, | |
| int | max_size_, | |||
| sc_port_policy |  policy = SC_ONE_OR_MORE_BOUND | |||
| ) |  [inline, protected] | 
        
| virtual sc_core::sc_port_b< IF >::~sc_port_b | ( | ) |  [inline, protected, virtual] | 
        
| SC_VIRTUAL_ void sc_core::sc_port_b< IF >::bind | ( | port_type & | parent_ | ) |  [inline] | 
        
Reimplemented in sc_core::sc_in< T >, sc_core::sc_in< bool >, sc_core::sc_in< sc_dt::sc_logic >, and sc_core::sc_in< sc_dt::sc_lv< W > >.
| SC_VIRTUAL_ void sc_core::sc_port_b< IF >::bind | ( | IF & | interface_ | ) |  [inline] | 
        
| virtual const sc_interface* sc_core::sc_port_b< IF >::get_interface | ( | ) |  const [inline, virtual] | 
        
Implements sc_core::sc_port_base.
| virtual sc_interface* sc_core::sc_port_b< IF >::get_interface | ( | ) |  [inline, virtual] | 
        
Implements sc_core::sc_port_base.
| IF * sc_core::sc_port_b< IF >::get_interface | ( | int | iface_i | ) |  [inline] | 
        
| const IF * sc_core::sc_port_b< IF >::get_interface | ( | int | iface_i | ) |  const [inline] | 
        
| void sc_core::sc_port_b< IF >::make_sensitive | ( | sc_method_handle | handle_p, | |
| sc_event_finder * |  event_finder_ = 0 | |||
| ) |  const [inline, protected, virtual] | 
        
Reimplemented from sc_core::sc_port_base.
| void sc_core::sc_port_b< IF >::make_sensitive | ( | sc_thread_handle | handle_p, | |
| sc_event_finder * |  event_finder_ = 0 | |||
| ) |  const [inline, protected, virtual] | 
        
Reimplemented from sc_core::sc_port_base.
| void sc_core::sc_port_b< IF >::operator() | ( | port_type & | parent_ | ) |  [inline] | 
        
Reimplemented in sc_core::sc_in< sc_dt::sc_lv< W > >.
| void sc_core::sc_port_b< IF >::operator() | ( | IF & | interface_ | ) |  [inline] | 
        
| const IF * sc_core::sc_port_b< IF >::operator-> | ( | ) |  const [inline] | 
        
| IF * sc_core::sc_port_b< IF >::operator-> | ( | ) |  [inline] | 
        
| const IF* sc_core::sc_port_b< IF >::operator[] | ( | int | index_ | ) |  const [inline] | 
        
| IF* sc_core::sc_port_b< IF >::operator[] | ( | int | index_ | ) |  [inline] | 
        
| int sc_core::sc_port_b< IF >::size | ( | ) |  const [inline] | 
        
| int sc_core::sc_port_b< IF >::vbind | ( | sc_port_base & | parent_ | ) |  [inline, protected, virtual] | 
        
Reimplemented in sc_core::sc_in< T >, sc_core::sc_in< bool >, sc_core::sc_in< sc_dt::sc_logic >, and sc_core::sc_in< sc_dt::sc_lv< W > >.
| int sc_core::sc_port_b< IF >::vbind | ( | sc_interface & | interface_ | ) |  [inline, protected, virtual] | 
        
Implements sc_core::sc_port_base.
Reimplemented in sc_core::sc_in< T >, sc_core::sc_in< bool >, sc_core::sc_in< sc_dt::sc_logic >, and sc_core::sc_in< sc_dt::sc_lv< W > >.
friend class sc_sensitive [friend] | 
        
Reimplemented from sc_core::sc_port_base.
friend class sc_sensitive_neg [friend] | 
        
Reimplemented from sc_core::sc_port_base.
friend class sc_sensitive_pos [friend] | 
        
Reimplemented from sc_core::sc_port_base.
 1.6.1