SystemC  2.3.2
Accellera SystemC proof-of-concept library
sc_core::sc_writer_policy_check< SC_UNCHECKED_WRITERS > Struct Template Reference

#include <sysc/communication/sc_writer_policy.h>

Inheritance diagram for sc_core::sc_writer_policy_check< SC_UNCHECKED_WRITERS >:
Collaboration diagram for sc_core::sc_writer_policy_check< SC_UNCHECKED_WRITERS >:

Public Member Functions

bool check_port (sc_object *, sc_port_base *, bool)
 
bool check_write (sc_object *, bool)
 
bool needs_update () const
 
void update ()
 

Detailed Description

template<>
struct sc_core::sc_writer_policy_check< SC_UNCHECKED_WRITERS >

Definition at line 151 of file sc_writer_policy.h.

Member Function Documentation

◆ check_port()

bool sc_core::sc_writer_policy_nocheck_port::check_port ( sc_object ,
sc_port_base ,
bool   
)
inlineinherited

Definition at line 125 of file sc_writer_policy.h.

◆ check_write()

bool sc_core::sc_writer_policy_nocheck_write::check_write ( sc_object ,
bool   
)
inlineinherited

Definition at line 84 of file sc_writer_policy.h.

◆ needs_update()

bool sc_core::sc_writer_policy_nocheck_write::needs_update ( ) const
inlineinherited

Definition at line 86 of file sc_writer_policy.h.

◆ update()

void sc_core::sc_writer_policy_nocheck_write::update ( )
inlineinherited

Definition at line 87 of file sc_writer_policy.h.


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