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


Public Member Functions | |
| sc_event_and_list () | |
| sc_event_and_list (const sc_event &) | |
| void | swap (sc_event_and_list &) |
| sc_event_and_list & | operator&= (const sc_event &) |
| sc_event_and_list & | operator&= (const sc_event_and_list &) |
| sc_event_expr< sc_event_and_list > | operator& (const sc_event &) |
| sc_event_expr< sc_event_and_list > | operator& (const sc_event_and_list &) |
Public Member Functions inherited from sc_core::sc_event_list | |
| sc_event_list (const sc_event_list &) | |
| sc_event_list & | operator= (const sc_event_list &) |
| int | size () const |
| bool | empty () const |
Protected Member Functions | |
| sc_event_and_list (bool auto_delete_) | |
Protected Member Functions inherited from sc_core::sc_event_list | |
| 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_event |
| class | sc_event_expr< sc_event_and_list > |
| class | sc_process_b |
| class | sc_method_process |
| class | sc_thread_process |
Definition at line 189 of file sc_event.h.
|
inlineexplicitprotected |
Definition at line 754 of file sc_event.h.
|
inline |
Definition at line 742 of file sc_event.h.
|
inline |
Definition at line 747 of file sc_event.h.
|
inline |
Definition at line 790 of file sc_event.h.
|
inline |
Definition at line 800 of file sc_event.h.
|
inline |
Definition at line 768 of file sc_event.h.
|
inline |
Definition at line 779 of file sc_event.h.
|
inline |
Definition at line 760 of file sc_event.h.
|
friend |
Definition at line 192 of file sc_event.h.
|
friend |
Definition at line 192 of file sc_event.h.
|
friend |
Definition at line 195 of file sc_event.h.
|
friend |
Definition at line 194 of file sc_event.h.
|
friend |
Definition at line 196 of file sc_event.h.