|
SystemC
Recoding Infrastructure for SystemC v0.6.2 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_check_port | |
| bool | check_port (sc_object *target, sc_port_base *port, bool is_output) |
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_port | |
| sc_writer_policy_check_port () | |
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_port | |
| sc_port_base * | m_output |
Protected Attributes inherited from sc_core::sc_writer_policy_check_write | |
| const bool | m_check_delta |
| sc_object * | m_writer_p |
Definition at line 120 of file sc_writer_policy.h.
1.8.5