|
virtual void | update () |
| The update method (does nothing by default). More...
|
|
void | do_update () |
|
| sc_signal_inout_if () |
|
| sc_signal_in_if () |
|
| sc_interface () |
|
| sc_prim_channel () |
|
| sc_prim_channel (const char *) |
|
virtual | ~sc_prim_channel () |
|
virtual void | before_end_of_elaboration () |
|
virtual void | end_of_elaboration () |
|
virtual void | start_of_simulation () |
|
virtual void | end_of_simulation () |
|
void | wait (int seg_id=-1) |
| A new parameter segment ID is added for the out-of-order simulation. More...
|
|
void | wait (const sc_event &e, int seg_id=-1) |
| A new parameter segment ID is added for the out-of-order simulation. More...
|
|
void | wait (const sc_event_or_list &el, int seg_id=-1) |
| A new parameter segment ID is added for the out-of-order simulation. More...
|
|
void | wait (const sc_event_and_list &el, int seg_id=-1) |
| A new parameter segment ID is added for the out-of-order simulation. More...
|
|
void | wait (const sc_time &t, int seg_id=-1) |
| A new parameter segment ID is added for the out-of-order simulation. More...
|
|
void | wait (double v, sc_time_unit tu, int seg_id=-1) |
| A new parameter segment ID is added for the out-of-order simulation. More...
|
|
void | wait (const sc_time &t, const sc_event &e, int seg_id=-1) |
| A new parameter segment ID is added for the out-of-order simulation. More...
|
|
void | wait (double v, sc_time_unit tu, const sc_event &e, int seg_id=-1) |
| A new parameter segment ID is added for the out-of-order simulation. More...
|
|
void | wait (const sc_time &t, const sc_event_or_list &el, int seg_id=-1) |
| A new parameter segment ID is added for the out-of-order simulation. More...
|
|
void | wait (double v, sc_time_unit tu, const sc_event_or_list &el, int seg_id=-1) |
| A new parameter segment ID is added for the out-of-order simulation. More...
|
|
void | wait (const sc_time &t, const sc_event_and_list &el, int seg_id=-1) |
| A new parameter segment ID is added for the out-of-order simulation. More...
|
|
void | wait (double v, sc_time_unit tu, const sc_event_and_list &el, int seg_id=-1) |
| A new parameter segment ID is added for the out-of-order simulation. More...
|
|
void | wait (int n, int seg_id=-1) |
| A new parameter segment ID is added for the out-of-order simulation. More...
|
|
void | next_trigger () |
| A new parameter segment ID is added for the out-of-order simulation. More...
|
|
void | next_trigger (const sc_event &e) |
| A new parameter segment ID is added for the out-of-order simulation. More...
|
|
void | next_trigger (const sc_event_or_list &el) |
| A new parameter segment ID is added for the out-of-order simulation. More...
|
|
void | next_trigger (const sc_event_and_list &el) |
| A new parameter segment ID is added for the out-of-order simulation. More...
|
|
void | next_trigger (const sc_time &t) |
| A new parameter segment ID is added for the out-of-order simulation. More...
|
|
void | next_trigger (double v, sc_time_unit tu) |
| A new parameter segment ID is added for the out-of-order simulation. More...
|
|
void | next_trigger (const sc_time &t, const sc_event &e) |
| A new parameter segment ID is added for the out-of-order simulation. More...
|
|
void | next_trigger (double v, sc_time_unit tu, const sc_event &e) |
| A new parameter segment ID is added for the out-of-order simulation. More...
|
|
void | next_trigger (const sc_time &t, const sc_event_or_list &el) |
| A new parameter segment ID is added for the out-of-order simulation. More...
|
|
void | next_trigger (double v, sc_time_unit tu, const sc_event_or_list &el) |
| A new parameter segment ID is added for the out-of-order simulation. More...
|
|
void | next_trigger (const sc_time &t, const sc_event_and_list &el) |
| A new parameter segment ID is added for the out-of-order simulation. More...
|
|
void | next_trigger (double v, sc_time_unit tu, const sc_event_and_list &el) |
| A new parameter segment ID is added for the out-of-order simulation. More...
|
|
bool | timed_out () |
|
| sc_object () |
|
| sc_object (const char *nm) |
|
| sc_object (const sc_object &) |
|
sc_object & | operator= (const sc_object &) |
|
virtual | ~sc_object () |
|
virtual void | add_child_event (sc_event *event_p) |
|
virtual void | add_child_object (sc_object *object_p) |
|
virtual bool | remove_child_event (sc_event *event_p) |
|
virtual bool | remove_child_object (sc_object *object_p) |
|
phase_cb_mask | register_simulation_phase_callback (phase_cb_mask) |
|
phase_cb_mask | unregister_simulation_phase_callback (phase_cb_mask) |
|
template<typename T, sc_writer_policy POL = SC_DEFAULT_WRITER_POLICY>
class sc_core::sc_buffer< T, POL >
Definition at line 43 of file sc_buffer.h.