Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

sc_inout< bool > Class Template Reference

#include <sc_signal_ports.h>

Inheritance diagram for sc_inout< bool >:

Inheritance graph
[legend]
Collaboration diagram for sc_inout< bool >:

Collaboration graph
[legend]
List of all members.

Public Types

typedef bool data_type
typedef sc_signal_inout_if<
data_type
if_type
typedef sc_port< if_type, 1 > base_type
typedef sc_inout< data_typethis_type
typedef sc_signal_in_if< data_typein_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 Methods

 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_eventdefault_event () const
const sc_eventvalue_changed_event () const
const sc_eventposedge_event () const
const sc_eventnegedge_event () const
const data_typeread () const
 operator const data_type & () const
sc_event_finderpos () const
sc_event_finderneg () const
bool event () const
bool posedge () const
bool negedge () const
const sc_signal_bool_deval & delayed () const
this_typewrite (const data_type &value_)
this_typeoperator= (const data_type &value_)
this_typeoperator= (const in_if_type &interface_)
this_typeoperator= (const in_port_type &port_)
this_typeoperator= (const inout_port_type &port_)
this_typeoperator= (const this_type &port_)
void initialize (const data_type &value_)
void initialize (const in_if_type &interface_)
virtual void end_of_elaboration ()
sc_event_findervalue_changed () const
virtual const char * kind () const
void add_trace (sc_trace_file *, const sc_string &) const

Static Public Attributes

const char *const kind_string = "sc_inout"

Protected Methods

void remove_traces () const

Protected Attributes

data_typem_init_val
sc_trace_params_vecm_traces

template<>
class sc_inout< bool >


Member Typedef Documentation

typedef sc_port<if_type,1> sc_inout< bool >::base_type
 

Reimplemented from sc_port< sc_signal_inout_if< bool >, 1 >.

Definition at line 1119 of file sc_signal_ports.h.

typedef bool sc_inout< bool >::data_type
 

Definition at line 1116 of file sc_signal_ports.h.

typedef sc_signal_inout_if<data_type> sc_inout< bool >::if_type
 

Definition at line 1118 of file sc_signal_ports.h.

typedef sc_signal_in_if<data_type> sc_inout< bool >::in_if_type
 

Definition at line 1122 of file sc_signal_ports.h.

typedef sc_port<in_if_type,1> sc_inout< bool >::in_port_type
 

Definition at line 1123 of file sc_signal_ports.h.

typedef if_type sc_inout< bool >::inout_if_type
 

Definition at line 1124 of file sc_signal_ports.h.

typedef base_type sc_inout< bool >::inout_port_type
 

Definition at line 1125 of file sc_signal_ports.h.

typedef sc_inout<data_type> sc_inout< bool >::this_type
 

Reimplemented from sc_port< sc_signal_inout_if< bool >, 1 >.

Definition at line 1120 of file sc_signal_ports.h.


Constructor & Destructor Documentation

sc_inout< bool >::~sc_inout   [virtual]
 

Definition at line 205 of file sc_signal_ports.cpp.

References sc_inout< T >::m_init_val, and sc_inout< T >::remove_traces().


Member Function Documentation

void sc_inout< bool >::add_trace sc_trace_file  ,
const sc_string  
const
 

Definition at line 255 of file sc_signal_ports.cpp.

References sc_inout< T >::m_traces, and sc_pvector< sc_trace_params * >::push_back().

const sc_event& sc_inout< bool >::default_event   const [inline]
 

Definition at line 1173 of file sc_signal_ports.h.

const sc_signal_bool_deval & sc_inout< bool >::delayed   [inline]
 

Definition at line 1325 of file sc_signal_ports.h.

void sc_inout< bool >::end_of_elaboration   [virtual]
 

Definition at line 234 of file sc_signal_ports.cpp.

References sc_signal_in_if< T >::get_data_ref(), sc_inout< T >::m_init_val, sc_inout< T >::m_traces, sc_trace_params::name, sc_inout< T >::remove_traces(), sc_trace(), sc_pvector< sc_trace_params * >::size(), sc_trace_params::tf, and sc_inout< T >::write().

bool sc_inout< bool >::event   const [inline]
 

Definition at line 1221 of file sc_signal_ports.h.

void sc_inout< bool >::initialize const in_if_type   interface_ [inline]
 

Definition at line 1264 of file sc_signal_ports.h.

References sc_inout< T >::initialize(), and sc_signal_in_if< T >::read().

void sc_inout< bool >::initialize const data_type   value_
 

Definition at line 217 of file sc_signal_ports.cpp.

References sc_inout< T >::data_type, sc_inout< T >::m_init_val, and sc_signal_inout_if< T >::write().

virtual const char* sc_inout< bool >::kind   const [inline, virtual]
 

Reimplemented from sc_port< sc_signal_inout_if< bool >, 1 >.

Definition at line 1286 of file sc_signal_ports.h.

References sc_inout< T >::kind_string.

sc_event_finder& sc_inout< bool >::neg   const [inline]
 

Definition at line 1212 of file sc_signal_ports.h.

Referenced by sc_sensitive_neg::operator()().

bool sc_inout< bool >::negedge   const [inline]
 

Definition at line 1231 of file sc_signal_ports.h.

const sc_event& sc_inout< bool >::negedge_event   const [inline]
 

Definition at line 1189 of file sc_signal_ports.h.

sc_inout< bool >::operator const data_type &   const [inline]
 

Definition at line 1198 of file sc_signal_ports.h.

this_type& sc_inout< bool >::operator= const this_type   port_ [inline]
 

Reimplemented from sc_port< sc_signal_inout_if< bool >, 1 >.

Definition at line 1256 of file sc_signal_ports.h.

References sc_inout< T >::read(), and sc_inout< T >::write().

this_type& sc_inout< bool >::operator= const inout_port_type   port_ [inline]
 

Definition at line 1253 of file sc_signal_ports.h.

References sc_inout< T >::write().

this_type& sc_inout< bool >::operator= const in_port_type   port_ [inline]
 

Definition at line 1250 of file sc_signal_ports.h.

References sc_inout< T >::write().

this_type& sc_inout< bool >::operator= const in_if_type   interface_ [inline]
 

Definition at line 1247 of file sc_signal_ports.h.

References sc_signal_in_if< T >::read(), and sc_inout< T >::write().

this_type& sc_inout< bool >::operator= const data_type   value_ [inline]
 

Definition at line 1244 of file sc_signal_ports.h.

References sc_inout< T >::data_type, and sc_inout< T >::write().

sc_event_finder& sc_inout< bool >::pos   const [inline]
 

Definition at line 1204 of file sc_signal_ports.h.

Referenced by sc_sensitive_pos::operator()(), and sc_sensitive::operator()().

bool sc_inout< bool >::posedge   const [inline]
 

Definition at line 1226 of file sc_signal_ports.h.

const sc_event& sc_inout< bool >::posedge_event   const [inline]
 

Definition at line 1184 of file sc_signal_ports.h.

const data_type& sc_inout< bool >::read   const [inline]
 

Definition at line 1195 of file sc_signal_ports.h.

References sc_inout< T >::data_type.

void sc_inout< bool >::remove_traces   [protected]
 

Definition at line 266 of file sc_signal_ports.cpp.

References sc_inout< T >::m_traces, and sc_pvector< sc_trace_params * >::size().

sc_inout< bool >::sc_inout const char *    name_,
this_type   parent_
[inline]
 

Definition at line 1159 of file sc_signal_ports.h.

References sc_inout< T >::m_init_val, and sc_inout< T >::m_traces.

sc_inout< bool >::sc_inout this_type   parent_ [inline]
 

Definition at line 1155 of file sc_signal_ports.h.

References sc_inout< T >::m_init_val, and sc_inout< T >::m_traces.

sc_inout< bool >::sc_inout const char *    name_,
inout_port_type   parent_
[inline]
 

Definition at line 1151 of file sc_signal_ports.h.

References sc_inout< T >::m_init_val, and sc_inout< T >::m_traces.

sc_inout< bool >::sc_inout inout_port_type   parent_ [inline, explicit]
 

Definition at line 1147 of file sc_signal_ports.h.

References sc_inout< T >::m_init_val, and sc_inout< T >::m_traces.

sc_inout< bool >::sc_inout const char *    name_,
inout_if_type   interface_
[inline]
 

Definition at line 1143 of file sc_signal_ports.h.

References sc_inout< T >::m_init_val, and sc_inout< T >::m_traces.

sc_inout< bool >::sc_inout inout_if_type   interface_ [inline, explicit]
 

Definition at line 1139 of file sc_signal_ports.h.

References sc_inout< T >::m_init_val, and sc_inout< T >::m_traces.

sc_inout< bool >::sc_inout const char *    name_ [inline, explicit]
 

Definition at line 1135 of file sc_signal_ports.h.

References sc_inout< T >::m_init_val, and sc_inout< T >::m_traces.

sc_inout< bool >::sc_inout   [inline]
 

Definition at line 1131 of file sc_signal_ports.h.

References sc_inout< T >::m_init_val, and sc_inout< T >::m_traces.

sc_event_finder& sc_inout< bool >::value_changed   const [inline]
 

Definition at line 1277 of file sc_signal_ports.h.

const sc_event& sc_inout< bool >::value_changed_event   const [inline]
 

Definition at line 1179 of file sc_signal_ports.h.

this_type& sc_inout< bool >::write const data_type   value_ [inline]
 

Definition at line 1241 of file sc_signal_ports.h.

References sc_inout< T >::data_type, and sc_inout< T >::write().


Member Data Documentation

const char *const sc_inout< bool >::kind_string = "sc_inout" [static]
 

Reimplemented from sc_port< sc_signal_inout_if< bool >, 1 >.

Definition at line 200 of file sc_signal_ports.cpp.

data_type* sc_inout< bool >::m_init_val [protected]
 

Definition at line 1291 of file sc_signal_ports.h.

sc_trace_params_vec* sc_inout< bool >::m_traces [protected]
 

Definition at line 1302 of file sc_signal_ports.h.


The documentation for this class was generated from the following files:
Generated on Sun Dec 12 19:23:04 2004 for SystemC2.0.1(excludingMSLib)(IncludingSCV) by doxygen1.2.18