SystemC
Recoding Infrastructure for SystemC v0.6.2 derived from Accellera SystemC 2.3.1
Accellera SystemC proof-of-concept library
|
Base class for lists of events. More...
#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 |
std::string | to_string () const |
bool | and_list () 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 &) |
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 |
void | remove_all_dynamic (sc_thread_handle) const |
void | remove_all_dynamic (sc_method_handle) const |
bool | busy () const |
bool | temporary () const |
void | auto_delete () const |
void | report_premature_destruction () const |
void | report_invalid_modification () const |
Friends | |
class | Invoker |
class | sc_simcontext |
class | sc_process_b |
class | sc_method_process |
class | sc_thread_process |
void | sc_thread_cor_fn (void *arg) |
Base class for lists of events.
Definition at line 126 of file sc_event.h.
|
inline |
Definition at line 591 of file sc_event.h.
|
inlineexplicitprotected |
Definition at line 570 of file sc_event.h.
|
inlineprotected |
Definition at line 579 of file sc_event.h.
|
inlineprotected |
Definition at line 615 of file sc_event.h.
|
protected |
|
protected |
|
inline |
Definition at line 650 of file sc_event.h.
|
inlineprotected |
Definition at line 673 of file sc_event.h.
|
inlineprotected |
Definition at line 658 of file sc_event.h.
|
inlineprotected |
Definition at line 632 of file sc_event.h.
|
inline |
Definition at line 603 of file sc_event.h.
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
inline |
Definition at line 643 of file sc_event.h.
|
inlineprotected |
Definition at line 623 of file sc_event.h.
|
inlineprotected |
Definition at line 666 of file sc_event.h.
std::string sc_core::sc_event_list::to_string | ( | ) | const |
|
friend |
Definition at line 128 of file sc_event.h.
|
friend |
Definition at line 132 of file sc_event.h.
|
friend |
Definition at line 131 of file sc_event.h.
|
friend |
Definition at line 129 of file sc_event.h.
|
friend |
|
friend |
Definition at line 133 of file sc_event.h.