Base class for lists of events.
More...
#include <sysc/kernel/sc_event.h>
Base class for lists of events.
Definition at line 130 of file sc_event.h.
◆ sc_event_list() [1/3]
sc_core::sc_event_list::sc_event_list |
( |
const sc_event_list & |
that | ) |
|
|
inline |
◆ sc_event_list() [2/3]
sc_core::sc_event_list::sc_event_list |
( |
bool |
and_list_, |
|
|
bool |
auto_delete_ = false |
|
) |
| |
|
inlineexplicitprotected |
◆ sc_event_list() [3/3]
sc_core::sc_event_list::sc_event_list |
( |
const sc_event & |
e, |
|
|
bool |
and_list_, |
|
|
bool |
auto_delete_ = false |
|
) |
| |
|
inlineprotected |
◆ ~sc_event_list()
sc_core::sc_event_list::~sc_event_list |
( |
| ) |
|
|
inlineprotected |
◆ add_dynamic() [1/2]
◆ add_dynamic() [2/2]
◆ and_list()
bool sc_core::sc_event_list::and_list |
( |
| ) |
const |
|
inlineprotected |
◆ auto_delete()
void sc_core::sc_event_list::auto_delete |
( |
| ) |
const |
|
inlineprotected |
◆ busy()
bool sc_core::sc_event_list::busy |
( |
| ) |
const |
|
inlineprotected |
◆ move_from()
void sc_core::sc_event_list::move_from |
( |
const sc_event_list & |
that | ) |
|
|
inlineprotected |
◆ operator=()
◆ push_back() [1/2]
void sc_core::sc_event_list::push_back |
( |
const sc_event & |
| ) |
|
|
protected |
◆ push_back() [2/2]
◆ remove_dynamic() [1/2]
◆ remove_dynamic() [2/2]
◆ report_invalid_modification()
void sc_core::sc_event_list::report_invalid_modification |
( |
| ) |
const |
|
protected |
◆ report_premature_destruction()
void sc_core::sc_event_list::report_premature_destruction |
( |
| ) |
const |
|
protected |
◆ size()
int sc_core::sc_event_list::size |
( |
| ) |
const |
|
inline |
◆ swap()
◆ temporary()
bool sc_core::sc_event_list::temporary |
( |
| ) |
const |
|
inlineprotected |
◆ sc_method_process
◆ sc_process_b
◆ sc_thread_cor_fn
void sc_thread_cor_fn |
( |
void * |
arg | ) |
|
|
friend |
◆ sc_thread_process
The documentation for this class was generated from the following file: