SVT uvm_report_server Class Member List

This is the complete list of members for class uvm_report_server, including all inherited members.


 uvm_report_server  virtual  function string  compose_message ( uvm_severity severity, string name, string id, string message, string filename, int line )   
 uvm_report_server   function void  copy_id_counts ( uvm_report_server dst )   
 uvm_report_server   function void  copy_severity_counts ( uvm_report_server dst )   
 uvm_report_server   function void  dump_server_state ( )   
 uvm_report_server  bit  enable_report_id_count_summary = 1;  
 uvm_report_server   function void  f_display ( UVM_FILE file, string str )   
 uvm_report_server   function int  get_id_count ( string id )   
 uvm_report_server   function int  get_max_quit_count ( )   
 uvm_report_server   function int  get_quit_count ( )   
 uvm_report_server  static  function uvm_report_server  get_server ( )   
 uvm_report_server   function int  get_severity_count ( uvm_severity severity )   
 uvm_report_server   function string  get_type_name ( )   
 uvm_report_server  protected int  id_count [string]  
 uvm_report_server   function void  incr_id_count ( string id )   
 uvm_report_server   function void  incr_quit_count ( )   
 uvm_report_server   function void  incr_severity_count ( uvm_severity severity )   
 uvm_report_server   function bit  is_quit_count_reached ( )   
 uvm_report_server  static protected uvm_report_server  m_global_report_server = get_server;  
 uvm_object  static protected int  m_inst_count  
 uvm_report_server   function void  new ( )   
 uvm_report_server  virtual  function void  process_report ( uvm_severity severity, string name, string id, string message, uvm_action action, UVM_FILE file, string filename, int line, string composed_message, int verbosity_level, uvm_report_object client )   
 uvm_report_server  virtual  function void  report ( uvm_severity severity, string name, string id, string message, int verbosity_level, string filename, int line, uvm_report_object client )   
 uvm_report_server   function void  reset_quit_count ( )   
 uvm_report_server   function void  reset_severity_counts ( )   
 uvm_report_server   function void  set_id_count ( string id, int count )   
 uvm_report_server   function void  set_max_quit_count ( int count, bit overridable = 1 )   
 uvm_report_server   function void  set_quit_count ( int quit_count )   
 uvm_report_server  static  function void  set_server ( uvm_report_server server )   
 uvm_report_server   function void  set_severity_count ( uvm_severity severity, int count )   
 uvm_report_server  virtual  function void  summarize ( UVM_FILE file = 0 )   
 uvm_object  static bit  use_uvm_seeding = 1;  
 uvm_object  static uvm_status_container  __m_uvm_status_container = new;  
 uvm_object   function uvm_object  clone ( )   
 uvm_object   function bit  compare ( uvm_object rhs, uvm_comparer comparer = null )   
 uvm_object   function string  convert2string ( )   
 uvm_object   function void  copy ( uvm_object rhs )   
 uvm_object  virtual  function uvm_object  create ( string name = "" )   
 uvm_object   function bit  do_compare ( uvm_object rhs, uvm_comparer comparer )   
 uvm_object   function void  do_copy ( uvm_object rhs )   
 uvm_object   function void  do_pack ( uvm_packer packer )   
 uvm_object   function void  do_print ( uvm_printer printer )   
 uvm_object   function void  do_record ( uvm_recorder recorder )   
 uvm_object   function void  do_unpack ( uvm_packer packer )   
 uvm_object   function string  get_full_name ( )   
 uvm_object  static  function int  get_inst_count ( )   
 uvm_object   function int  get_inst_id ( )   
 uvm_object   function string  get_name ( )   
 uvm_object   function uvm_object_wrapper  get_object_type ( )   
 uvm_object  static  function uvm_object_wrapper  get_type ( )   
 uvm_object   function int  pack ( ref bit bitstream[], input uvm_packer packer )   
 uvm_object   function int  pack_bytes ( ref byte unsigned bytestream[], input uvm_packer packer )   
 uvm_object   function int  pack_ints ( ref int unsigned intstream[], input uvm_packer packer )   
 uvm_object   function void  print ( uvm_printer printer = null )   
 uvm_object   function void  record ( uvm_recorder recorder = null )   
 uvm_object   function void  reseed ( )   
 uvm_object   function void  set_int_local ( string field_name, uvm_bitstream_t value, bit recurse = 1 )   
 uvm_object   function void  set_name ( string name )   
 uvm_object   function void  set_object_local ( string field_name, uvm_object value, bit clone = 1, bit recurse = 1 )   
 uvm_object   function void  set_string_local ( string field_name, string value, bit recurse = 1 )   
 uvm_object   function string  sprint ( uvm_printer printer = null )   
 uvm_object   function int  unpack ( ref bit bitstream[], input uvm_packer packer )   
 uvm_object   function int  unpack_bytes ( ref byte unsigned bytestream[], input uvm_packer packer )   
 uvm_object   function int  unpack_ints ( ref int unsigned intstream[], input uvm_packer packer )   
 uvm_object   function void  __m_uvm_field_automation ( uvm_object tmp_data__, int what__, string str__ )   
 uvm_object  protected virtual  function uvm_report_object  m_get_report_object ( )