|
virtual void | update () |
|
| ScSignalBasePicker (const char *_name) |
|
| ScSignalBase (const char *_name) |
|
virtual | ~ScSignalBase () |
|
const sc_core::sc_event & | defaultEvent () const |
|
const sc_core::sc_event & | valueChangedEvent () const |
|
bool | event () const |
|
void | _signalChange () |
|
| sc_prim_channel () |
|
| sc_prim_channel (const char *) |
|
virtual | ~sc_prim_channel () |
|
void | request_update () |
|
void | async_request_update () |
|
void | next_trigger () |
|
void | next_trigger (const sc_event &) |
|
void | next_trigger (const sc_event_or_list &) |
|
void | next_trigger (const sc_event_and_list &) |
|
void | next_trigger (const sc_time &) |
|
void | next_trigger (double, sc_time_unit) |
|
void | next_trigger (const sc_time &, const sc_event &) |
|
void | next_trigger (double, sc_time_unit, const sc_event &) |
|
void | next_trigger (const sc_time &, const sc_event_or_list &) |
|
void | next_trigger (double, sc_time_unit, const sc_event_or_list &) |
|
void | next_trigger (const sc_time &, const sc_event_and_list &) |
|
void | next_trigger (double, sc_time_unit, const sc_event_and_list &) |
|
bool | timed_out () |
|
void | wait () |
|
void | wait (int) |
|
void | wait (const sc_event &) |
|
void | wait (const sc_event_or_list &) |
|
void | wait (const sc_event_and_list &) |
|
void | wait (const sc_time &) |
|
void | wait (double, sc_time_unit) |
|
void | wait (const sc_time &, const sc_event &) |
|
void | wait (double, sc_time_unit, const sc_event &) |
|
void | wait (const sc_time &, const sc_event_or_list &) |
|
void | wait (double, sc_time_unit, const sc_event_or_list &) |
|
void | wait (const sc_time &, const sc_event_and_list &) |
|
void | wait (double, sc_time_unit, const sc_event_and_list &) |
|
virtual void | before_end_of_elaboration () |
|
virtual void | end_of_elaboration () |
|
virtual void | start_of_simulation () |
|
virtual void | end_of_simulation () |
|
| sc_object () |
|
| sc_object (const char *) |
|
| sc_object (const sc_object &) |
|
sc_object & | operator= (const sc_object &) |
|
virtual | ~sc_object () |
|
| sc_signal_inout_if () |
|
| sc_signal_in_if () |
|
| sc_interface () |
|
| sc_signal_write_if () |
|
template<class T,
sc_writer_policy WRITER_POLICY = SC_ONE_WRITER>
class sc_core::sc_signal< T, WRITER_POLICY >
Definition at line 272 of file sc_signal.hh.