SystemC
Recoding Infrastructure for SystemC v0.6.3 derived from Accellera SystemC 2.3.1
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 | |
sc_writer_policy_check_delta () | |
bool | check_write (sc_object *target, bool value_changed) |
void | update () |
Public Member Functions inherited from sc_core::sc_writer_policy_check_write | |
bool | check_write (sc_object *target, bool value_changed) |
void | update () |
Protected Member Functions inherited from sc_core::sc_writer_policy_check_write | |
sc_writer_policy_check_write (bool check_delta=false) | |
Protected Attributes inherited from sc_core::sc_writer_policy_check_write | |
const bool | m_check_delta |
sc_object * | m_writer_p |
Definition at line 126 of file sc_writer_policy.h.