sc_core::sc_inout< bool > Class Template Reference

#include <sysc/communication/sc_signal_ports.h>

Inheritance diagram for sc_core::sc_inout< bool >:
Inheritance graph
[legend]
Collaboration diagram for sc_core::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, SC_ONE_OR_MORE_BOUND > 
base_type
typedef sc_inout< data_typethis_type
typedef sc_signal_in_if
< data_type
in_if_type
typedef sc_port< in_if_type,
1, SC_ONE_OR_MORE_BOUND > 
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_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
void write (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_internal (sc_trace_file *, const std::string &) const
void add_trace (sc_trace_file *, const std::string &) const

Protected Member Functions

void remove_traces () const

Protected Attributes

data_typem_init_val
sc_trace_params_vecm_traces

Detailed Description

template<>
class sc_core::sc_inout< bool >

Definition at line 1290 of file sc_signal_ports.h.


Member Typedef Documentation

typedef sc_port<if_type,1,SC_ONE_OR_MORE_BOUND> sc_core::sc_inout< bool >::base_type
typedef bool sc_core::sc_inout< bool >::data_type

Reimplemented in sc_core::sc_out< bool >.

Definition at line 1297 of file sc_signal_ports.h.

Definition at line 1299 of file sc_signal_ports.h.

Reimplemented in sc_core::sc_out< bool >.

Definition at line 1303 of file sc_signal_ports.h.

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

Reimplemented in sc_core::sc_out< bool >.

Definition at line 1304 of file sc_signal_ports.h.

Reimplemented in sc_core::sc_out< bool >.

Definition at line 1305 of file sc_signal_ports.h.

Reimplemented in sc_core::sc_out< bool >.

Definition at line 1306 of file sc_signal_ports.h.


Constructor & Destructor Documentation

sc_core::sc_inout< bool >::sc_inout (  )  [inline]

Definition at line 1312 of file sc_signal_ports.h.

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

Definition at line 1317 of file sc_signal_ports.h.

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

Definition at line 1322 of file sc_signal_ports.h.

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

Definition at line 1327 of file sc_signal_ports.h.

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

Definition at line 1332 of file sc_signal_ports.h.

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

Definition at line 1337 of file sc_signal_ports.h.

sc_core::sc_inout< bool >::sc_inout ( this_type parent_  )  [inline]

Definition at line 1342 of file sc_signal_ports.h.

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

Definition at line 1347 of file sc_signal_ports.h.

virtual sc_core::sc_inout< bool >::~sc_inout (  )  [virtual]

Member Function Documentation

void sc_core::sc_inout< bool >::add_trace ( sc_trace_file ,
const std::string &   
) const
void sc_core::sc_inout< bool >::add_trace_internal ( sc_trace_file ,
const std::string &   
) const
const sc_event& sc_core::sc_inout< bool >::default_event (  )  const [inline]

Definition at line 1362 of file sc_signal_ports.h.

virtual void sc_core::sc_inout< bool >::end_of_elaboration (  )  [virtual]

Reimplemented from sc_core::sc_port_base.

bool sc_core::sc_inout< bool >::event (  )  const [inline]

Definition at line 1426 of file sc_signal_ports.h.

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

Definition at line 1464 of file sc_signal_ports.h.

void sc_core::sc_inout< bool >::initialize ( const data_type value_  ) 
virtual const char* sc_core::sc_inout< bool >::kind (  )  const [inline, virtual]
sc_event_finder& sc_core::sc_inout< bool >::neg (  )  const [inline]

Definition at line 1409 of file sc_signal_ports.h.

bool sc_core::sc_inout< bool >::negedge (  )  const [inline]

Definition at line 1436 of file sc_signal_ports.h.

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

Definition at line 1378 of file sc_signal_ports.h.

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

Definition at line 1387 of file sc_signal_ports.h.

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

Reimplemented in sc_core::sc_out< bool >, and sc_core::sc_out< bool >.

Definition at line 1453 of file sc_signal_ports.h.

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

Reimplemented in sc_core::sc_out< bool >, and sc_core::sc_out< bool >.

Definition at line 1450 of file sc_signal_ports.h.

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

Reimplemented in sc_core::sc_out< bool >.

Definition at line 1447 of file sc_signal_ports.h.

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

Reimplemented in sc_core::sc_out< bool >.

Definition at line 1444 of file sc_signal_ports.h.

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

Definition at line 1393 of file sc_signal_ports.h.

bool sc_core::sc_inout< bool >::posedge (  )  const [inline]

Definition at line 1431 of file sc_signal_ports.h.

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

Definition at line 1373 of file sc_signal_ports.h.

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

Definition at line 1384 of file sc_signal_ports.h.

void sc_core::sc_inout< bool >::remove_traces (  )  const [protected]
sc_event_finder& sc_core::sc_inout< bool >::value_changed (  )  const [inline]

Definition at line 1477 of file sc_signal_ports.h.

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

Definition at line 1368 of file sc_signal_ports.h.

void sc_core::sc_inout< bool >::write ( const data_type value_  )  [inline]

Definition at line 1441 of file sc_signal_ports.h.


Member Data Documentation

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

Definition at line 1496 of file sc_signal_ports.h.

sc_trace_params_vec* sc_core::sc_inout< bool >::m_traces [mutable, protected]

Definition at line 1509 of file sc_signal_ports.h.


The documentation for this class was generated from the following file:

Generated on 29 Oct 2015 for SystemC by  doxygen 1.6.1