This is the complete list of members for class uvm_root_report_handler, including all inherited members.
| uvm_report_handler | UVM_FILE | default_file_handle | |
| uvm_report_handler | function void | dump_state ( ) | |
| uvm_report_handler | function string | format_action ( uvm_action action ) | |
| uvm_report_handler | function uvm_action | get_action ( uvm_severity severity, string id ) | |
| uvm_report_handler | function UVM_FILE | get_file_handle ( uvm_severity severity, string id ) | |
| uvm_report_handler | function uvm_report_server | get_server ( ) | |
| uvm_report_handler | function int | get_verbosity_level ( uvm_severity severity = UVM_INFO, string id = "" ) | |
| uvm_report_handler | uvm_pool | id_actions | |
| uvm_report_handler | uvm_pool | id_file_handles = new; | |
| uvm_report_handler | uvm_pool | id_verbosities | |
| uvm_report_handler | function void | initialize ( ) | |
| uvm_report_handler | int | m_max_verbosity_level | |
| uvm_report_handler | function void | new ( ) | |
| uvm_root_report_handler | virtual function void | report ( uvm_severity severity, string name, string id, string message, int verbosity_level = UVM_MEDIUM, string filename = "", int line = 0, uvm_report_object client = null ) | |
| uvm_report_handler | function void | report_header ( UVM_FILE file = 0 ) | |
| uvm_report_handler | function void | report_relnotes_banner ( UVM_FILE file = 0 ) | |
| uvm_report_handler | virtual function bit | run_hooks ( uvm_report_object client, uvm_severity severity, string id, string message, int verbosity, string filename, int line ) | |
| uvm_report_handler | function void | set_defaults ( ) | |
| uvm_report_handler | function void | set_default_file ( UVM_FILE file ) | |
| uvm_report_handler | function void | set_id_action ( input string id, input uvm_action action ) | |
| uvm_report_handler | function void | set_id_file ( string id, UVM_FILE file ) | |
| uvm_report_handler | function void | set_id_verbosity ( input string id, input int verbosity ) | |
| uvm_report_handler | function void | set_max_quit_count ( int max_count ) | |
| uvm_report_handler | function void | set_severity_action ( input uvm_severity severity, input uvm_action action ) | |
| uvm_report_handler | function void | set_severity_file ( uvm_severity severity, UVM_FILE file ) | |
| uvm_report_handler | function void | set_severity_id_action ( uvm_severity severity, string id, uvm_action action ) | |
| uvm_report_handler | function void | set_severity_id_file ( uvm_severity severity, string id, UVM_FILE file ) | |
| uvm_report_handler | function void | set_severity_id_override ( uvm_severity cur_severity, string id, uvm_severity new_severity ) | |
| uvm_report_handler | function void | set_severity_id_verbosity ( uvm_severity severity, string id, int verbosity ) | |
| uvm_report_handler | function void | set_severity_override ( uvm_severity cur_severity, uvm_severity new_severity ) | |
| uvm_report_handler | function void | set_verbosity_level ( int verbosity_level ) | |
| uvm_report_handler | uvm_action | severity_actions [ uvm_severity ] | |
| uvm_report_handler | UVM_FILE | severity_file_handles [ uvm_severity ] | |
| uvm_report_handler | uvm_pool | severity_id_actions [ uvm_severity ] | |
| uvm_report_handler | uvm_pool | severity_id_file_handles [ uvm_severity ] | |
| uvm_report_handler | uvm_pool | severity_id_verbosities [ uvm_severity ] | |
| uvm_report_handler | uvm_pool | sev_id_overrides [string] | |
| uvm_report_handler | uvm_pool | sev_overrides | |
| uvm_report_handler | function void | summarize ( UVM_FILE file = 0 ) | |