|
SystemC
2.3.1
Accellera SystemC proof-of-concept library
|
#include <sysc/kernel/sc_event.h>

Public Member Functions | |
| sc_event_list (const sc_event_list &) | |
| sc_event_list & | operator= (const sc_event_list &) |
| int | size () const |
Protected Member Functions | |
| void | push_back (const sc_event &) |
| void | push_back (const sc_event_list &) |
| sc_event_list (bool and_list_, bool auto_delete_=false) | |
| sc_event_list (const sc_event &, bool and_list_, bool auto_delete_=false) | |
| ~sc_event_list () | |
| void | swap (sc_event_list &) |
| void | move_from (const sc_event_list &) |
| bool | and_list () const |
| void | add_dynamic (sc_method_handle) const |
| void | add_dynamic (sc_thread_handle) const |
| void | remove_dynamic (sc_method_handle, const sc_event *) const |
| void | remove_dynamic (sc_thread_handle, const sc_event *) const |
| bool | busy () const |
| bool | temporary () const |
| void | auto_delete () const |
| void | report_premature_destruction () const |
| void | report_invalid_modification () const |
Friends | |
| class | sc_process_b |
| class | sc_method_process |
| class | sc_thread_process |
| void | sc_thread_cor_fn (void *arg) |
Definition at line 118 of file sc_event.h.
|
inline |
Definition at line 494 of file sc_event.h.
|
inlineexplicitprotected |
Definition at line 473 of file sc_event.h.
|
inlineprotected |
Definition at line 482 of file sc_event.h.
|
inlineprotected |
Definition at line 518 of file sc_event.h.
|
protected |
|
protected |
|
inlineprotected |
Definition at line 553 of file sc_event.h.
|
inlineprotected |
Definition at line 576 of file sc_event.h.
|
inlineprotected |
Definition at line 561 of file sc_event.h.
|
inlineprotected |
Definition at line 535 of file sc_event.h.
|
inline |
Definition at line 506 of file sc_event.h.
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
inline |
Definition at line 546 of file sc_event.h.
|
inlineprotected |
Definition at line 526 of file sc_event.h.
|
inlineprotected |
Definition at line 569 of file sc_event.h.
|
friend |
Definition at line 121 of file sc_event.h.
|
friend |
Definition at line 120 of file sc_event.h.
|
friend |
|
friend |
Definition at line 122 of file sc_event.h.
1.8.6