#include <rc_sc_buffer.h>
Definition at line 143 of file rc_sc_buffer.h.
Public Member Functions | |
rc_sc_buffer (const sc_module_name &name_=sc_gen_unique_name("buffer")) | |
virtual bool | posedge () const |
virtual bool | negedge () const |
virtual const sc_event & | posedge_event () const |
virtual const sc_event & | negedge_event () const |
operator const sc_logic & () const | |
rc_sc_buffer < sc_logic > & | operator= (const sc_logic &value) |
rc_sc_buffer < sc_logic > & | operator= (const rc_sc_buffer< sc_logic > &buffer_) |
Private Types | |
typedef rc_sc_signal_b < sc_logic, sc_buffer< sc_logic > > | base_type |
typedef rc_sc_signal_b<sc_logic, sc_buffer<sc_logic> > base_type [private] |
Definition at line 147 of file rc_sc_buffer.h.
rc_sc_buffer | ( | const sc_module_name & | name_ = sc_gen_unique_name("buffer") |
) | [inline, explicit] |
Definition at line 150 of file rc_sc_buffer.h.
virtual bool posedge | ( | ) | const [inline, virtual] |
Definition at line 157 of file rc_sc_buffer.h.
virtual bool negedge | ( | ) | const [inline, virtual] |
Definition at line 160 of file rc_sc_buffer.h.
virtual const sc_event& posedge_event | ( | ) | const [inline, virtual] |
Definition at line 163 of file rc_sc_buffer.h.
virtual const sc_event& negedge_event | ( | ) | const [inline, virtual] |
Definition at line 166 of file rc_sc_buffer.h.
operator const sc_logic & | ( | ) | const [inline] |
Definition at line 171 of file rc_sc_buffer.h.
rc_sc_buffer<sc_logic>& operator= | ( | const sc_logic & | value | ) | [inline] |
Definition at line 174 of file rc_sc_buffer.h.
rc_sc_buffer<sc_logic>& operator= | ( | const rc_sc_buffer< sc_logic > & | buffer_ | ) | [inline] |
Definition at line 177 of file rc_sc_buffer.h.