data_read_event() const | rc_fifo | [inline, virtual] |
data_written_event() const | rc_fifo | [inline, virtual] |
dump(std::ostream &os=std::cout) const | rc_fifo | [inline, virtual] |
kind() const | rc_fifo | [inline, virtual] |
m_data_read_event | rc_fifo | [protected] |
m_data_written_event | rc_fifo | [protected] |
m_deque | rc_fifo | [protected] |
m_max_size | rc_fifo | [protected] |
m_num_read | rc_fifo | [protected] |
m_num_written | rc_fifo | [protected] |
m_reader_port | rc_fifo | [protected] |
m_reset_values | rc_fifo | [protected] |
m_writer_port | rc_fifo | [protected] |
nb_read(T &value) | rc_fifo | [inline, virtual] |
nb_write(const T &value) | rc_fifo | [inline, virtual] |
next_trigger() | rc_prim_channel | [inline, protected] |
next_trigger(const sc_event &e) | rc_prim_channel | [inline, protected] |
next_trigger(sc_event_or_list &el) | rc_prim_channel | [inline, protected] |
next_trigger(sc_event_and_list &el) | rc_prim_channel | [inline, protected] |
next_trigger(const sc_time &t) | rc_prim_channel | [inline, protected] |
next_trigger(double v, sc_time_unit tu) | rc_prim_channel | [inline, protected] |
next_trigger(const sc_time &t, const sc_event &e) | rc_prim_channel | [inline, protected] |
next_trigger(double v, sc_time_unit tu, const sc_event &e) | rc_prim_channel | [inline, protected] |
next_trigger(const sc_time &t, sc_event_or_list &el) | rc_prim_channel | [inline, protected] |
next_trigger(double v, sc_time_unit t, sc_event_or_list &el) | rc_prim_channel | [inline, protected] |
next_trigger(const sc_time &t, sc_event_and_list &el) | rc_prim_channel | [inline, protected] |
next_trigger(double v, sc_time_unit tu, sc_event_and_list &el) | rc_prim_channel | [inline, protected] |
num_available() const | rc_fifo | [inline, virtual] |
num_free() const | rc_fifo | [inline, virtual] |
operator T() | rc_fifo | [inline] |
operator=(const T &value) | rc_fifo | [inline] |
operator=(const rc_fifo< T > &other) | rc_fifo | [private] |
print(std::ostream &os=std::cout) const | rc_fifo | [inline, virtual] |
rc_fifo(int size_=16) | rc_fifo | [inline, explicit] |
rc_fifo(const char *name_, int size_=16) | rc_fifo | [inline, explicit] |
rc_fifo(const rc_fifo< T > &other) | rc_fifo | [private] |
rc_get_next_state() const | rc_prim_channel | [inline, protected] |
rc_get_reconfigurable() const | rc_prim_channel | [inline, protected] |
rc_get_state() const | rc_prim_channel | [inline, protected] |
rc_has_reconfigurable() const | rc_prim_channel | [inline, protected] |
rc_is_active() const | rc_prim_channel | [inline, protected] |
rc_is_constr_done() const | rc_prim_channel | [inline, protected] |
rc_is_loaded() const | rc_prim_channel | [inline, protected] |
rc_on_init_resettable()=0 | rc_resettable | [protected, pure virtual] |
RC_ON_INIT_RESETTABLE() | rc_fifo | [inline, protected] |
rc_on_reset()=0 | rc_resettable | [protected, pure virtual] |
RC_ON_RESET() | rc_fifo | [inline, protected] |
rc_prim_channel() | rc_prim_channel | [inline] |
rc_prim_channel(const char *name_) | rc_prim_channel | [inline, explicit] |
read(T &value) | rc_fifo | [inline, virtual] |
read() | rc_fifo | [inline, virtual] |
register_port(sc_port_base &port_, const char *if_name_) | rc_fifo | [inline, virtual] |
start_of_simulation() | rc_prim_channel | [inline, protected, virtual] |
update() | rc_fifo | [inline, protected, virtual] |
wait() | rc_prim_channel | [inline, protected] |
wait(int n) | rc_prim_channel | [inline, protected] |
wait(const sc_event &e) | rc_prim_channel | [inline, protected] |
wait(sc_event_or_list &el) | rc_prim_channel | [inline, protected] |
wait(sc_event_and_list &el) | rc_prim_channel | [inline, protected] |
wait(const sc_time &t) | rc_prim_channel | [inline, protected] |
wait(double v, sc_time_unit tu) | rc_prim_channel | [inline, protected] |
wait(const sc_time &t, const sc_event &e) | rc_prim_channel | [inline, protected] |
wait(double v, sc_time_unit tu, const sc_event &e) | rc_prim_channel | [inline, protected] |
wait(const sc_time &t, sc_event_or_list &el) | rc_prim_channel | [inline, protected] |
wait(double v, sc_time_unit t, sc_event_or_list &el) | rc_prim_channel | [inline, protected] |
wait(const sc_time &t, sc_event_and_list &el) | rc_prim_channel | [inline, protected] |
wait(double v, sc_time_unit tu, sc_event_and_list &el) | rc_prim_channel | [inline, protected] |
write(const T &value) | rc_fifo | [inline, virtual] |
~rc_resettable() | rc_resettable | [inline, protected, virtual] |