#include <scv_report.h>
Inheritance diagram for scv_report:


Public Methods | |
| scv_report (scv_severity severity, scv_msg_type msg_type, const char *msg, const char *file_name, int line_number, sc_time time, const char *_process_name) | |
| scv_report (const scv_report &) | |
| virtual | ~scv_report () |
| scv_report & | operator= (const scv_report &) |
| operator const char * () const | |
| scv_severity | get_severity () const |
| scv_msg_type | get_msg_type () const |
| const char * | get_msg () const |
| const char * | get_file_name () const |
| int | get_line_number () const |
| sc_time | get_time () const |
| const char * | get_process_name () const |
| const char * | get_name () const |
| const char * | kind () const |
| void | print (ostream &o=cout, int details=0, int indent=0) const |
|
||||||||||||||||||||||||||||||||
|
Definition at line 204 of file scv_report.cpp. References scv_msg_type, and scv_severity. |
|
|
Definition at line 216 of file scv_report.cpp. |
|
|
Definition at line 156 of file scv_report.h. |
|
|
Definition at line 169 of file scv_report.h. Referenced by scv_report_handler::default_handler(). |
|
|
Definition at line 171 of file scv_report.h. Referenced by scv_report_handler::default_handler(). |
|
|
Definition at line 167 of file scv_report.h. Referenced by scv_report_handler::default_handler(). |
|
|
Definition at line 165 of file scv_report.h. References scv_msg_type. Referenced by scv_report_handler::default_handler(). |
|
|
Implements scv_object_if. Definition at line 179 of file scv_report.h. |
|
|
Definition at line 176 of file scv_report.h. Referenced by scv_report_handler::default_handler(). |
|
|
Definition at line 163 of file scv_report.h. References scv_severity. Referenced by scv_report_handler::default_handler(). |
|
|
Definition at line 174 of file scv_report.h. Referenced by scv_report_handler::default_handler(). |
|
|
Implements scv_object_if. Definition at line 181 of file scv_report.h. |
|
|
Definition at line 249 of file scv_report.cpp. References sprintf(), and sc_time::to_string(). |
|
|
Definition at line 236 of file scv_report.cpp. References _file_name, _line_number, _msg, _msg_type, _process_name, _severity, and _time. |
|
||||||||||||||||
|
Implements scv_object_if. Definition at line 223 of file scv_report.cpp. References scv_debug::indent(). |
1.2.18