#include <sc_signal_ports.h>
Inheritance diagram for sc_core::sc_inout< T >:


Public Types | |
| typedef T | data_type |
| typedef sc_signal_inout_if< data_type > | if_type |
| typedef sc_port< if_type, 1 > | base_type |
| typedef sc_inout< data_type > | this_type |
| typedef sc_signal_in_if< data_type > | in_if_type |
| typedef sc_port< in_if_type, 1 > | in_port_type |
| typedef if_type | inout_if_type |
| typedef base_type | inout_port_type |
Public Member Functions | |
| sc_inout () | |
| sc_inout (const char *name_) | |
| sc_inout (inout_if_type &interface_) | |
| sc_inout (const char *name_, inout_if_type &interface_) | |
| sc_inout (inout_port_type &parent_) | |
| sc_inout (const char *name_, inout_port_type &parent_) | |
| sc_inout (this_type &parent_) | |
| sc_inout (const char *name_, this_type &parent_) | |
| virtual | ~sc_inout () |
| const sc_event & | default_event () const |
| const sc_event & | value_changed_event () const |
| const data_type & | read () const |
| operator const data_type & () const | |
| bool | event () const |
| void | write (const data_type &value_) |
| this_type & | operator= (const data_type &value_) |
| this_type & | operator= (const in_if_type &interface_) |
| this_type & | operator= (const in_port_type &port_) |
| this_type & | operator= (const inout_port_type &port_) |
| this_type & | operator= (const this_type &port_) |
| void | initialize (const data_type &value_) |
| void | initialize (const in_if_type &interface_) |
| virtual void | end_of_elaboration () |
| sc_event_finder & | value_changed () const |
| virtual const char * | kind () const |
| void | add_trace (sc_trace_file *, const std::string &) const |
Protected Member Functions | |
| void | remove_traces () const |
Protected Attributes | |
| data_type * | m_init_val |
| sc_trace_params_vec * | m_traces |
Private Member Functions | |
| sc_inout (const this_type &) | |
| typedef T sc_core::sc_inout< T >::data_type |
Reimplemented in sc_core::sc_out< T >, sc_core::sc_inout_rv< W >, and sc_core::sc_out_rv< W >.
| typedef sc_signal_inout_if<data_type> sc_core::sc_inout< T >::if_type |
| typedef sc_port<if_type,1> sc_core::sc_inout< T >::base_type |
Reimplemented from sc_core::sc_port< IF, N >.
Reimplemented in sc_core::sc_out< T >, sc_core::sc_inout_rv< W >, and sc_core::sc_out_rv< W >.
| typedef sc_inout<data_type> sc_core::sc_inout< T >::this_type |
Reimplemented from sc_core::sc_port< IF, N >.
Reimplemented in sc_core::sc_out< T >, sc_core::sc_inout_rv< W >, and sc_core::sc_out_rv< W >.
| typedef sc_signal_in_if<data_type> sc_core::sc_inout< T >::in_if_type |
Reimplemented in sc_core::sc_out< T >, sc_core::sc_inout_rv< W >, and sc_core::sc_out_rv< W >.
| typedef sc_port<in_if_type,1> sc_core::sc_inout< T >::in_port_type |
Reimplemented in sc_core::sc_out< T >, sc_core::sc_inout_rv< W >, and sc_core::sc_out_rv< W >.
| typedef if_type sc_core::sc_inout< T >::inout_if_type |
Reimplemented in sc_core::sc_out< T >, sc_core::sc_inout_rv< W >, and sc_core::sc_out_rv< W >.
| typedef base_type sc_core::sc_inout< T >::inout_port_type |
Reimplemented in sc_core::sc_out< T >, sc_core::sc_inout_rv< W >, and sc_core::sc_out_rv< W >.
| sc_core::sc_inout< T >::sc_inout | ( | ) | [inline] |
| sc_core::sc_inout< T >::sc_inout | ( | const char * | name_ | ) | [inline, explicit] |
| sc_core::sc_inout< T >::sc_inout | ( | inout_if_type & | interface_ | ) | [inline, explicit] |
| sc_core::sc_inout< T >::sc_inout | ( | const char * | name_, | |
| inout_if_type & | interface_ | |||
| ) | [inline] |
| sc_core::sc_inout< T >::sc_inout | ( | inout_port_type & | parent_ | ) | [inline, explicit] |
| sc_core::sc_inout< T >::sc_inout | ( | const char * | name_, | |
| inout_port_type & | parent_ | |||
| ) | [inline] |
| sc_core::sc_inout< T >::sc_inout | ( | this_type & | parent_ | ) | [inline] |
| sc_core::sc_inout< T >::sc_inout | ( | const char * | name_, | |
| this_type & | parent_ | |||
| ) | [inline] |
| sc_core::sc_inout< T >::~sc_inout | ( | ) | [inline, virtual] |
| sc_core::sc_inout< T >::sc_inout | ( | const this_type & | ) | [private] |
| const sc_event& sc_core::sc_inout< T >::default_event | ( | ) | const [inline] |
| const sc_event& sc_core::sc_inout< T >::value_changed_event | ( | ) | const [inline] |
| const data_type& sc_core::sc_inout< T >::read | ( | ) | const [inline] |
| sc_core::sc_inout< T >::operator const data_type & | ( | ) | const [inline] |
| bool sc_core::sc_inout< T >::event | ( | ) | const [inline] |
| void sc_core::sc_inout< T >::write | ( | const data_type & | value_ | ) | [inline] |
| this_type& sc_core::sc_inout< T >::operator= | ( | const data_type & | value_ | ) | [inline] |
Reimplemented in sc_core::sc_out< T >, sc_core::sc_inout_rv< W >, and sc_core::sc_out_rv< W >.
| this_type& sc_core::sc_inout< T >::operator= | ( | const in_if_type & | interface_ | ) | [inline] |
Reimplemented in sc_core::sc_out< T >.
| this_type& sc_core::sc_inout< T >::operator= | ( | const in_port_type & | port_ | ) | [inline] |
Reimplemented in sc_core::sc_out< T >.
| this_type& sc_core::sc_inout< T >::operator= | ( | const inout_port_type & | port_ | ) | [inline] |
Reimplemented from sc_core::sc_port< IF, N >.
Reimplemented in sc_core::sc_out< T >, sc_core::sc_out< T >, sc_core::sc_inout_rv< W >, and sc_core::sc_out_rv< W >.
| this_type& sc_core::sc_inout< T >::operator= | ( | const this_type & | port_ | ) | [inline] |
Reimplemented from sc_core::sc_port< IF, N >.
Reimplemented in sc_core::sc_out< T >, sc_core::sc_out< T >, sc_core::sc_inout_rv< W >, and sc_core::sc_out_rv< W >.
| void sc_core::sc_inout< T >::initialize | ( | const data_type & | value_ | ) | [inline] |
| void sc_core::sc_inout< T >::initialize | ( | const in_if_type & | interface_ | ) | [inline] |
| void sc_core::sc_inout< T >::end_of_elaboration | ( | ) | [inline, virtual] |
| sc_event_finder& sc_core::sc_inout< T >::value_changed | ( | ) | const [inline] |
| virtual const char* sc_core::sc_inout< T >::kind | ( | ) | const [inline, virtual] |
Reimplemented from sc_core::sc_port< IF, N >.
Reimplemented in sc_core::sc_out< T >, sc_core::sc_inout_rv< W >, and sc_core::sc_out_rv< W >.
| void sc_core::sc_inout< T >::add_trace | ( | sc_trace_file * | , | |
| const std::string & | ||||
| ) | const [inline] |
| void sc_core::sc_inout< T >::remove_traces | ( | ) | const [inline, protected] |
data_type* sc_core::sc_inout< T >::m_init_val [protected] |
sc_trace_params_vec* sc_core::sc_inout< T >::m_traces [mutable, protected] |
1.5.1