#include <sysc/kernel/sc_event.h>


Public Member Functions | |
| sc_event_or_list & | operator| (const sc_event &) |
Protected Member Functions | |
| sc_event_or_list (const sc_event &, bool auto_delete_=false) | |
| void | push_back (const sc_event &) |
| int | size () const |
| bool | and_list () const |
| void | add_dynamic (sc_method_handle) |
| void | add_dynamic (sc_thread_handle) |
| void | remove_dynamic (sc_method_handle, const sc_event *) |
| void | remove_dynamic (sc_thread_handle, const sc_event *) |
| void | auto_delete () |
Friends | |
| class | sc_event |
| class | sc_process_b |
| class | sc_method_process |
| class | sc_thread_process |
Definition at line 402 of file sc_event.h.
| sc_core::sc_event_or_list::sc_event_or_list | ( | const sc_event & | e, | |
| bool | auto_delete_ = false | |||
| ) | [inline, protected] |
Definition at line 430 of file sc_event.h.
| sc_event_or_list & sc_core::sc_event_or_list::operator| | ( | const sc_event & | e | ) | [inline] |
Definition at line 438 of file sc_event.h.
| void sc_core::sc_event_list::push_back | ( | const sc_event & | e | ) | [protected, inherited] |
Definition at line 392 of file sc_event.cpp.
| int sc_core::sc_event_list::size | ( | ) | const [inline, protected, inherited] |
Definition at line 373 of file sc_event.h.
| bool sc_core::sc_event_list::and_list | ( | ) | const [inline, protected, inherited] |
Definition at line 380 of file sc_event.h.
| void sc_core::sc_event_list::add_dynamic | ( | sc_method_handle | method_h | ) | [protected, inherited] |
Definition at line 409 of file sc_event.cpp.
| void sc_core::sc_event_list::add_dynamic | ( | sc_thread_handle | thread_h | ) | [protected, inherited] |
Definition at line 420 of file sc_event.cpp.
| void sc_core::sc_event_list::remove_dynamic | ( | sc_method_handle | method_h, | |
| const sc_event * | e_not | |||
| ) | [protected, inherited] |
Definition at line 431 of file sc_event.cpp.
| void sc_core::sc_event_list::remove_dynamic | ( | sc_thread_handle | thread_h, | |
| const sc_event * | e_not | |||
| ) | [protected, inherited] |
Definition at line 446 of file sc_event.cpp.
| void sc_core::sc_event_list::auto_delete | ( | ) | [inline, protected, inherited] |
Definition at line 388 of file sc_event.h.
friend class sc_event [friend] |
Definition at line 405 of file sc_event.h.
friend class sc_process_b [friend] |
friend class sc_method_process [friend] |
friend class sc_thread_process [friend] |
1.5.5