SystemC 3.0.0
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)
 
bool needs_update () const
 
void update ()
 

Protected Member Functions

 sc_writer_policy_check_write (bool delta_only=only_delta())
 

Protected Attributes

const bool m_delta_only
 
sc_process_handle m_writer_p
 

Detailed Description

Definition at line 82 of file sc_writer_policy.h.

Constructor & Destructor Documentation

◆ sc_writer_policy_check_write()

sc_core::sc_writer_policy_check_write::sc_writer_policy_check_write ( bool  delta_only = only_delta())
inlineprotected

Definition at line 92 of file sc_writer_policy.h.

Member Function Documentation

◆ check_write()

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

Definition at line 47 of file sc_signal.h.

◆ needs_update()

bool sc_core::sc_writer_policy_check_write::needs_update ( ) const
inline

Definition at line 85 of file sc_writer_policy.h.

◆ update()

void sc_core::sc_writer_policy_check_write::update ( )
inline

Definition at line 70 of file sc_signal.h.

Member Data Documentation

◆ m_delta_only

const bool sc_core::sc_writer_policy_check_write::m_delta_only
protected

Definition at line 95 of file sc_writer_policy.h.

◆ m_writer_p

sc_process_handle sc_core::sc_writer_policy_check_write::m_writer_p
protected

Definition at line 96 of file sc_writer_policy.h.


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