SystemC  2.3.1
Accellera SystemC proof-of-concept library
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
sc_core::sc_writer_policy_check_write Struct Reference

#include <sysc/communication/sc_writer_policy.h>

Inheritance diagram for sc_core::sc_writer_policy_check_write:
Inheritance graph
[legend]
Collaboration diagram for sc_core::sc_writer_policy_check_write:
Collaboration graph
[legend]

Public Member Functions

bool check_write (sc_object *target, bool value_changed)
 
void update ()
 

Protected Member Functions

 sc_writer_policy_check_write (bool check_delta=false)
 

Protected Attributes

const bool m_check_delta
 
sc_objectm_writer_p
 

Detailed Description

Definition at line 76 of file sc_writer_policy.h.

Constructor & Destructor Documentation

sc_core::sc_writer_policy_check_write::sc_writer_policy_check_write ( bool  check_delta = false)
inlineprotected

Definition at line 81 of file sc_writer_policy.h.

Member Function Documentation

bool sc_core::sc_writer_policy_check_write::check_write ( sc_object target,
bool  value_changed 
)
inline

Definition at line 52 of file sc_signal.h.

void sc_core::sc_writer_policy_check_write::update ( )
inline

Definition at line 79 of file sc_writer_policy.h.

Member Data Documentation

const bool sc_core::sc_writer_policy_check_write::m_check_delta
protected

Definition at line 83 of file sc_writer_policy.h.

sc_object* sc_core::sc_writer_policy_check_write::m_writer_p
protected

Definition at line 84 of file sc_writer_policy.h.


The documentation for this struct was generated from the following files: