This is the complete list of members for class ovm_report_server, including all inherited members.
| ovm_report_server | function string | compose_message ( ovm_severity severity, string name, string id, string message, string filename, int line ) | |
| ovm_report_server | function void | copy_id_counts ( ovm_report_server dst ) | |
| ovm_report_server | function void | copy_severity_counts ( ovm_report_server dst ) | |
| ovm_report_server | function void | dump_server_state ( ) | |
| ovm_report_server | bit | enable_report_id_count_summary = 1; | |
| ovm_report_server | function void | f_display ( OVM_FILE file, string str ) | |
| ovm_report_server | function int | get_id_count ( string id ) | |
| ovm_report_server | function int | get_max_quit_count ( ) | |
| ovm_report_server | function int | get_quit_count ( ) | |
| ovm_report_server | function int | get_severity_count ( ovm_severity severity ) | |
| ovm_report_server | protected int | id_count [string] | |
| ovm_report_server | function void | incr_id_count ( string id ) | |
| ovm_report_server | function void | incr_quit_count ( ) | |
| ovm_report_server | function void | incr_severity_count ( ovm_severity severity ) | |
| ovm_report_server | function bit | is_quit_count_reached ( ) | |
| ovm_report_server | function void | new ( ) | |
| ovm_report_server | function void | process_report ( ovm_severity severity, string name, string id, string message, ovm_action action, OVM_FILE file, string filename, int line, string composed_message, int verbosity_level, ovm_report_object client ) | |
| ovm_report_server | function void | report ( ovm_severity severity, string name, string id, string message, int verbosity_level, string filename, int line, ovm_report_object client ) | |
| ovm_report_server | function void | reset_quit_count ( ) | |
| ovm_report_server | function void | reset_severity_counts ( ) | |
| ovm_report_server | function void | set_id_count ( string id, int count ) | |
| ovm_report_server | function void | set_max_quit_count ( int count ) | |
| ovm_report_server | function void | set_quit_count ( int quit_count ) | |
| ovm_report_server | function void | set_severity_count ( ovm_severity severity, int count ) | |
| ovm_report_server | virtual function void | summarize ( OVM_FILE file = 0 ) | |