#include <sc_port.h>

Public 型 | |
| typedef sc_port_base | base_type |
| typedef sc_port_b< IF > | this_type |
Public メソッド | |
| void | bind (IF &interface_) |
| void | operator() (IF &interface_) |
| void | bind (this_type &parent_) |
| void | operator() (this_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 メソッド | |
| sc_port_b (int max_size_) | |
| sc_port_b (const char *name_, int max_size_) | |
| virtual | ~sc_port_b () |
| virtual int | vbind (sc_interface &) |
| virtual int | vbind (sc_port_base &) |
Private メソッド | |
| virtual void | add_interface (sc_interface *) |
| virtual const char * | if_typename () const |
| sc_port_b () | |
| sc_port_b (const this_type &) | |
| this_type & | operator= (const this_type &) |
Private 変数 | |
| IF * | m_interface |
| sc_pvector< IF * > | m_interface_vec |
| typedef sc_port_base sc_core::sc_port_b< IF >::base_type |
sc_core::sc_fifo_in< T >, sc_core::sc_fifo_out< T >, sc_core::sc_port< IF, N >, 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_port< sc_core::sc_signal_inout_if< sc_dt::sc_lv< W > >, 1 >, sc_core::sc_port< sc_core::sc_fifo_in_if< T >, 0 >, sc_core::sc_port< sc_core::sc_signal_inout_if< T >, 1 >, sc_core::sc_port< sc_core::sc_signal_in_if< sc_dt::sc_lv< W > >, 1 >, sc_core::sc_port< sc_core::sc_signal_in_if< sc_dt::sc_logic >, 1 >, sc_core::sc_port< sc_core::sc_signal_in_if< T >, 1 >, sc_core::sc_port< sc_core::sc_signal_in_if< bool >, 1 >, sc_core::sc_port< sc_core::sc_signal_inout_if< bool >, 1 >, sc_core::sc_port< sc_core::sc_fifo_out_if< T >, 0 >, sc_core::sc_port< sc_core::sc_signal_inout_if< sc_dt::sc_logic >, 1 >, sc_core::sc_in< sc_dt::sc_lv< W > >, と sc_core::sc_inout< sc_dt::sc_lv< W > >で再定義されています。
| typedef sc_port_b<IF> sc_core::sc_port_b< IF >::this_type |
sc_core::sc_port_baseを再定義しています。
sc_core::sc_fifo_in< T >, sc_core::sc_fifo_out< T >, sc_core::sc_port< IF, N >, 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_port< sc_core::sc_signal_inout_if< sc_dt::sc_lv< W > >, 1 >, sc_core::sc_port< sc_core::sc_fifo_in_if< T >, 0 >, sc_core::sc_port< sc_core::sc_signal_inout_if< T >, 1 >, sc_core::sc_port< sc_core::sc_signal_in_if< sc_dt::sc_lv< W > >, 1 >, sc_core::sc_port< sc_core::sc_signal_in_if< sc_dt::sc_logic >, 1 >, sc_core::sc_port< sc_core::sc_signal_in_if< T >, 1 >, sc_core::sc_port< sc_core::sc_signal_in_if< bool >, 1 >, sc_core::sc_port< sc_core::sc_signal_inout_if< bool >, 1 >, sc_core::sc_port< sc_core::sc_fifo_out_if< T >, 0 >, sc_core::sc_port< sc_core::sc_signal_inout_if< sc_dt::sc_logic >, 1 >, sc_core::sc_in< sc_dt::sc_lv< W > >, と sc_core::sc_inout< sc_dt::sc_lv< W > >で再定義されています。
| sc_core::sc_port_b< IF >::sc_port_b | ( | int | max_size_ | ) | [inline, explicit, protected] |
| sc_core::sc_port_b< IF >::sc_port_b | ( | const char * | name_, | |
| int | max_size_ | |||
| ) | [inline, protected] |
| virtual sc_core::sc_port_b< IF >::~sc_port_b | ( | ) | [inline, protected, virtual] |
| sc_core::sc_port_b< IF >::sc_port_b | ( | ) | [private] |
| sc_core::sc_port_b< IF >::sc_port_b | ( | const this_type & | ) | [private] |
| void sc_core::sc_port_b< IF >::bind | ( | IF & | interface_ | ) | [inline] |
| void sc_core::sc_port_b< IF >::operator() | ( | IF & | interface_ | ) | [inline] |
| void sc_core::sc_port_b< IF >::bind | ( | this_type & | parent_ | ) | [inline] |
| void sc_core::sc_port_b< IF >::operator() | ( | this_type & | parent_ | ) | [inline] |
| int sc_core::sc_port_b< IF >::size | ( | ) | const [inline] |
| IF * sc_core::sc_port_b< IF >::operator-> | ( | ) | [inline] |
| const IF * sc_core::sc_port_b< IF >::operator-> | ( | ) | const [inline] |
| const IF * sc_core::sc_port_b< IF >::get_interface | ( | int | iface_i | ) | const [inline] |
| IF * sc_core::sc_port_b< IF >::get_interface | ( | int | iface_i | ) | [inline] |
| IF* sc_core::sc_port_b< IF >::operator[] | ( | int | index_ | ) | [inline] |
| const IF* sc_core::sc_port_b< IF >::operator[] | ( | int | index_ | ) | const [inline] |
| virtual sc_interface* sc_core::sc_port_b< IF >::get_interface | ( | ) | [inline, virtual] |
sc_core::sc_port_baseを実装しています。
| virtual const sc_interface* sc_core::sc_port_b< IF >::get_interface | ( | ) | const [inline, virtual] |
sc_core::sc_port_baseを実装しています。
| int sc_core::sc_port_b< IF >::vbind | ( | sc_interface & | interface_ | ) | [inline, protected, virtual] |
| int sc_core::sc_port_b< IF >::vbind | ( | sc_port_base & | parent_ | ) | [inline, protected, virtual] |
| void sc_core::sc_port_b< IF >::add_interface | ( | sc_interface * | interface_ | ) | [inline, private, virtual] |
sc_core::sc_port_baseを実装しています。
| const char * sc_core::sc_port_b< IF >::if_typename | ( | ) | const [inline, private, virtual] |
sc_core::sc_port_baseを実装しています。
| this_type& sc_core::sc_port_b< IF >::operator= | ( | const this_type & | ) | [private] |
sc_core::sc_port_baseを再定義しています。
sc_core::sc_port< IF, N >, 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< T >, sc_core::sc_inout< bool >, sc_core::sc_inout< bool >, sc_core::sc_inout< sc_dt::sc_logic >, sc_core::sc_inout< sc_dt::sc_logic >, sc_core::sc_out< T >, sc_core::sc_out< T >, sc_core::sc_in_resolved, sc_core::sc_inout_resolved, sc_core::sc_inout_resolved, sc_core::sc_out_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_port< sc_core::sc_signal_inout_if< sc_dt::sc_lv< W > >, 1 >, sc_core::sc_port< sc_core::sc_fifo_in_if< T >, 0 >, sc_core::sc_port< sc_core::sc_signal_inout_if< T >, 1 >, sc_core::sc_port< sc_core::sc_signal_in_if< sc_dt::sc_lv< W > >, 1 >, sc_core::sc_port< sc_core::sc_signal_in_if< sc_dt::sc_logic >, 1 >, sc_core::sc_port< sc_core::sc_signal_in_if< T >, 1 >, sc_core::sc_port< sc_core::sc_signal_in_if< bool >, 1 >, sc_core::sc_port< sc_core::sc_signal_inout_if< bool >, 1 >, sc_core::sc_port< sc_core::sc_fifo_out_if< T >, 0 >, sc_core::sc_port< sc_core::sc_signal_inout_if< sc_dt::sc_logic >, 1 >, sc_core::sc_in< sc_dt::sc_lv< W > >, sc_core::sc_inout< sc_dt::sc_lv< W > >, と sc_core::sc_inout< sc_dt::sc_lv< W > >で再定義されています。
IF* sc_core::sc_port_b< IF >::m_interface [private] |
sc_pvector<IF*> sc_core::sc_port_b< IF >::m_interface_vec [private] |
1.5.6