#include <rc_signal.h>
Definition at line 159 of file rc_signal.h.
Public Member Functions | |
rc_signal (const sc_module_name &name_=sc_gen_unique_name("signal")) | |
operator const T & () const | |
this_type & | operator= (const T &value) |
this_type & | operator= (const this_type &signal_) |
Private Types | |
typedef rc_signal< T > | this_type |
typedef rc_signal_b< T > | base_type |
Reimplemented in rc_buffer, rc_signal_resolved, and rc_signal_rv.
Definition at line 163 of file rc_signal.h.
typedef rc_signal_b<T> base_type [private] |
Reimplemented in rc_buffer, rc_signal_resolved, and rc_signal_rv.
Definition at line 164 of file rc_signal.h.
rc_signal | ( | const sc_module_name & | name_ = sc_gen_unique_name("signal") |
) | [inline, explicit] |
Definition at line 167 of file rc_signal.h.
operator const T & | ( | ) | const [inline] |
this_type& operator= | ( | const T & | value | ) | [inline] |
Definition at line 178 of file rc_signal.h.