|
SystemC
2.3.2
Accellera SystemC proof-of-concept library
|
#include <sysc/utils/sc_report_handler.h>

Public Attributes | |
| sc_msg_def * | md |
| int | count |
| bool | allocated |
| msg_def_items * | next |
Definition at line 127 of file sc_report_handler.h.
| bool sc_core::sc_report_handler::msg_def_items::allocated |
Definition at line 131 of file sc_report_handler.h.
| int sc_core::sc_report_handler::msg_def_items::count |
Definition at line 130 of file sc_report_handler.h.
| sc_msg_def* sc_core::sc_report_handler::msg_def_items::md |
Definition at line 129 of file sc_report_handler.h.
| msg_def_items* sc_core::sc_report_handler::msg_def_items::next |
Definition at line 132 of file sc_report_handler.h.