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

#include <sysc/utils/sc_report_handler.h>

Collaboration diagram for sc_core::sc_report_handler::msg_def_items:

Public Attributes

sc_msg_defmd
 
int count
 
bool allocated
 
msg_def_itemsnext
 

Detailed Description

Definition at line 127 of file sc_report_handler.h.

Member Data Documentation

◆ allocated

bool sc_core::sc_report_handler::msg_def_items::allocated

Definition at line 131 of file sc_report_handler.h.

◆ count

int sc_core::sc_report_handler::msg_def_items::count

Definition at line 130 of file sc_report_handler.h.

◆ md

sc_msg_def* sc_core::sc_report_handler::msg_def_items::md

Definition at line 129 of file sc_report_handler.h.

◆ next

msg_def_items* sc_core::sc_report_handler::msg_def_items::next

Definition at line 132 of file sc_report_handler.h.


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