SystemC 3.0.0
Accellera SystemC proof-of-concept library
Public Member Functions | Protected Member Functions | List of all members
sc_core::sc_writer_policy_check_delta Struct Reference

#include <sysc/communication/sc_writer_policy.h>

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

Public Member Functions

bool needs_update () const
 
void update ()
 
- Public Member Functions inherited from sc_core::sc_writer_policy_check_write
bool check_write (sc_object *target, bool value_changed)
 
bool needs_update () const
 
void update ()
 

Protected Member Functions

 sc_writer_policy_check_delta ()
 
- Protected Member Functions inherited from sc_core::sc_writer_policy_check_write
 sc_writer_policy_check_write (bool delta_only=only_delta())
 

Additional Inherited Members

- Protected Attributes inherited from sc_core::sc_writer_policy_check_write
const bool m_delta_only
 
sc_process_handle m_writer_p
 

Detailed Description

Definition at line 99 of file sc_writer_policy.h.

Constructor & Destructor Documentation

◆ sc_writer_policy_check_delta()

sc_core::sc_writer_policy_check_delta::sc_writer_policy_check_delta ( )
inlineprotected

Definition at line 111 of file sc_writer_policy.h.

Member Function Documentation

◆ needs_update()

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

Definition at line 105 of file sc_writer_policy.h.

◆ update()

void sc_core::sc_writer_policy_check_delta::update ( )
inline

Definition at line 108 of file sc_writer_policy.h.


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