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


Additional Inherited Members | |
Public Member Functions inherited from sc_core::sc_writer_policy_nocheck_port | |
| bool | check_port (sc_object *, sc_port_base *, bool) |
Public Member Functions inherited from sc_core::sc_writer_policy_check_delta | |
| bool | needs_update () const |
| void | update () |
Public Member Functions inherited from sc_core::sc_writer_policy_check_write | |
| bool | check_write (sc_object *target, bool value_changed) |
| bool | needs_update () const |
| void | update () |
Protected Member Functions inherited from sc_core::sc_writer_policy_check_delta | |
| sc_writer_policy_check_delta () | |
Protected Member Functions inherited from sc_core::sc_writer_policy_check_write | |
| sc_writer_policy_check_write (bool delta_only=only_delta()) | |
Protected Attributes inherited from sc_core::sc_writer_policy_check_write | |
| const bool | m_delta_only |
| sc_process_handle | m_writer_p |
Definition at line 137 of file sc_writer_policy.h.