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>
Public Member Functions | |
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 () |
Additional Inherited Members | |
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 87 of file sc_writer_policy.h.
|
inline |
Definition at line 91 of file sc_writer_policy.h.
|
inline |
Definition at line 94 of file sc_writer_policy.h.
|
inline |
Definition at line 101 of file sc_writer_policy.h.