SystemC  2.3.2
Accellera SystemC proof-of-concept library
sc_core::sc_writer_policy_check_port Struct Reference

#include <sysc/communication/sc_writer_policy.h>

Inheritance diagram for sc_core::sc_writer_policy_check_port:
Collaboration diagram for sc_core::sc_writer_policy_check_port:

Public Member Functions

bool check_port (sc_object *target, sc_port_base *port, bool is_output)
 

Protected Member Functions

 sc_writer_policy_check_port ()
 

Protected Attributes

sc_port_basem_output
 

Detailed Description

Definition at line 129 of file sc_writer_policy.h.

Constructor & Destructor Documentation

◆ sc_writer_policy_check_port()

sc_core::sc_writer_policy_check_port::sc_writer_policy_check_port ( )
inlineprotected

Definition at line 134 of file sc_writer_policy.h.

Member Function Documentation

◆ check_port()

bool sc_core::sc_writer_policy_check_port::check_port ( sc_object target,
sc_port_base port,
bool  is_output 
)

Member Data Documentation

◆ m_output

sc_port_base* sc_core::sc_writer_policy_check_port::m_output
protected

Definition at line 135 of file sc_writer_policy.h.


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