#include <sc_signal_rv_ports.h>
sc_signal_rv_ports.h の 183 行で定義されています。
typedef sc_dt::sc_lv<W> sc_core::sc_inout_rv< W >::data_type |
sc_core::sc_inout< sc_dt::sc_lv< W > >を再定義しています。
sc_core::sc_out_rv< W >で再定義されています。
sc_signal_rv_ports.h の 190 行で定義されています。
typedef sc_inout_rv<W> sc_core::sc_inout_rv< W >::this_type |
sc_core::sc_inout< sc_dt::sc_lv< W > >を再定義しています。
sc_core::sc_out_rv< W >で再定義されています。
sc_signal_rv_ports.h の 192 行で定義されています。
typedef sc_inout<data_type> sc_core::sc_inout_rv< W >::base_type |
sc_core::sc_inout< sc_dt::sc_lv< W > >を再定義しています。
sc_core::sc_out_rv< W >で再定義されています。
sc_signal_rv_ports.h の 193 行で定義されています。
typedef base_type::in_if_type sc_core::sc_inout_rv< W >::in_if_type |
sc_core::sc_inout< sc_dt::sc_lv< W > >を再定義しています。
sc_core::sc_out_rv< W >で再定義されています。
sc_signal_rv_ports.h の 195 行で定義されています。
typedef base_type::in_port_type sc_core::sc_inout_rv< W >::in_port_type |
sc_core::sc_inout< sc_dt::sc_lv< W > >を再定義しています。
sc_core::sc_out_rv< W >で再定義されています。
sc_signal_rv_ports.h の 196 行で定義されています。
typedef base_type::inout_if_type sc_core::sc_inout_rv< W >::inout_if_type |
sc_core::sc_inout< sc_dt::sc_lv< W > >を再定義しています。
sc_core::sc_out_rv< W >で再定義されています。
sc_signal_rv_ports.h の 197 行で定義されています。
typedef base_type::inout_port_type sc_core::sc_inout_rv< W >::inout_port_type |
sc_core::sc_inout< sc_dt::sc_lv< W > >を再定義しています。
sc_core::sc_out_rv< W >で再定義されています。
sc_signal_rv_ports.h の 198 行で定義されています。
sc_core::sc_inout_rv< W >::sc_inout_rv | ( | ) | [inline] |
sc_core::sc_inout_rv< W >::sc_inout_rv | ( | const char * | name_ | ) | [inline, explicit] |
sc_core::sc_inout_rv< W >::sc_inout_rv | ( | inout_if_type & | interface_ | ) | [inline, explicit] |
sc_core::sc_inout_rv< W >::sc_inout_rv | ( | const char * | name_, | |
inout_if_type & | interface_ | |||
) | [inline] |
sc_core::sc_inout_rv< W >::sc_inout_rv | ( | inout_port_type & | parent_ | ) | [inline, explicit] |
sc_core::sc_inout_rv< W >::sc_inout_rv | ( | const char * | name_, | |
inout_port_type & | parent_ | |||
) | [inline] |
sc_core::sc_inout_rv< W >::sc_inout_rv | ( | this_type & | parent_ | ) | [inline] |
sc_core::sc_inout_rv< W >::sc_inout_rv | ( | const char * | name_, | |
this_type & | parent_ | |||
) | [inline] |
virtual sc_core::sc_inout_rv< W >::~sc_inout_rv | ( | ) | [inline, virtual] |
sc_core::sc_inout_rv< W >::sc_inout_rv | ( | const this_type & | ) | [private] |
this_type& sc_core::sc_inout_rv< W >::operator= | ( | const data_type & | value_ | ) | [inline] |
sc_core::sc_inout< sc_dt::sc_lv< W > >を再定義しています。
sc_core::sc_out_rv< W >で再定義されています。
sc_signal_rv_ports.h の 245 行で定義されています。
this_type& sc_core::sc_inout_rv< W >::operator= | ( | const in_if_type & | interface_ | ) | [inline] |
this_type& sc_core::sc_inout_rv< W >::operator= | ( | const in_port_type & | port_ | ) | [inline] |
this_type& sc_core::sc_inout_rv< W >::operator= | ( | const inout_port_type & | port_ | ) | [inline] |
this_type& sc_core::sc_inout_rv< W >::operator= | ( | const this_type & | port_ | ) | [inline] |
sc_core::sc_inout< sc_dt::sc_lv< W > >を再定義しています。
sc_core::sc_out_rv< W >で再定義されています。
sc_signal_rv_ports.h の 257 行で定義されています。
void sc_core::sc_inout_rv< W >::end_of_elaboration | ( | ) | [inline, virtual] |
sc_core::sc_inout< sc_dt::sc_lv< W > >を再定義しています。
sc_signal_rv_ports.h の 284 行で定義されています。
00285 { 00286 base_type::end_of_elaboration(); 00287 // check if bound channel is a resolved signal 00288 if( DCAST<sc_signal_rv<W>*>( this->get_interface() ) == 0 ) { 00289 char msg[BUFSIZ]; 00290 std::sprintf( msg, "%s (%s)", this->name(), kind() ); 00291 SC_REPORT_ERROR( SC_ID_RESOLVED_PORT_NOT_BOUND_, msg ); 00292 } 00293 }
virtual const char* sc_core::sc_inout_rv< W >::kind | ( | ) | const [inline, virtual] |
sc_core::sc_inout< sc_dt::sc_lv< W > >を再定義しています。
sc_core::sc_out_rv< W >で再定義されています。
sc_signal_rv_ports.h の 267 行で定義されています。