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_port Struct Reference

#include <sysc/communication/sc_writer_policy.h>

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

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 110 of file sc_writer_policy.h.

Constructor & Destructor Documentation

sc_core::sc_writer_policy_check_port::sc_writer_policy_check_port ( )
inlineprotected

Definition at line 115 of file sc_writer_policy.h.

Member Function Documentation

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

Member Data Documentation

sc_port_base* sc_core::sc_writer_policy_check_port::m_output
protected

Definition at line 116 of file sc_writer_policy.h.


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