SVT uvm_report_catcher Class Member List

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


 uvm_report_catcher  enum  action_e   
 uvm_report_catcher  typedef  action_e   
 uvm_callback   function bit  callback_mode ( int on = -1 )   
 uvm_report_catcher  dpi pure virtual  function action_e  catch ( )   
 uvm_report_catcher  enum value  CAUGHT   
 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_report_catcher  static  function void  debug_report_catcher ( int what = 0 )   
 uvm_object   function bit  do_compare ( uvm_object rhs, uvm_comparer comparer )   
 uvm_object   function void  do_copy ( uvm_object rhs )   
 uvm_report_catcher  static const int  DO_NOT_CATCH = 1;  
 uvm_report_catcher  static const int  DO_NOT_MODIFY = 2;  
 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_report_catcher   function uvm_action  get_action ( )   
 uvm_report_catcher   function uvm_report_object  get_client ( )   
 uvm_report_catcher   function string  get_context ( )   
 uvm_report_catcher   function string  get_fname ( )   
 uvm_object   function string  get_full_name ( )   
 uvm_report_catcher   function string  get_id ( )   
 uvm_object  static  function int  get_inst_count ( )   
 uvm_object   function int  get_inst_id ( )   
 uvm_report_catcher   function int  get_line ( )   
 uvm_report_catcher   function string  get_message ( )   
 uvm_object   function string  get_name ( )   
 uvm_object   function uvm_object_wrapper  get_object_type ( )   
 uvm_report_catcher  static  function uvm_report_catcher  get_report_catcher ( string name )   
 uvm_report_catcher   function uvm_severity  get_severity ( )   
 uvm_object  static  function uvm_object_wrapper  get_type ( )   
 uvm_callback  virtual  function string  get_type_name ( )   
 uvm_report_catcher   function int  get_verbosity ( )   
 uvm_report_catcher  protected  function void  issue ( )   
 uvm_callback   function bit  is_enabled ( )   
 uvm_callback  protected bit  m_enabled = 1;  
 uvm_object  static protected int  m_inst_count  
 uvm_report_catcher   function void  new ( string name = "uvm_report_catcher" )   
 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_report_catcher  static  function void  print_catcher ( UVM_FILE file = 0 )   
 uvm_report_catcher  static  function int  process_all_report_catchers ( input uvm_report_server server, input uvm_report_object client, ref uvm_severity severity, input string name, ref string id, ref string message, ref int verbosity_level, ref uvm_action action, input string filename, input int line )   
 uvm_object   function void  record ( uvm_recorder recorder = null )   
 uvm_callback  static uvm_report_object  reporter = new;  
 uvm_report_catcher  protected  function void  set_action ( uvm_action action )   
 uvm_report_catcher  protected  function void  set_id ( string id )   
 uvm_object   function void  set_int_local ( string field_name, uvm_bitstream_t value, bit recurse = 1 )   
 uvm_report_catcher  protected  function void  set_message ( string message )   
 uvm_object   function void  set_object_local ( string field_name, uvm_object value, bit clone = 1, bit recurse = 1 )   
 uvm_report_catcher  protected  function void  set_severity ( uvm_severity severity )   
 uvm_object   function void  set_string_local ( string field_name, string value, bit recurse = 1 )   
 uvm_report_catcher  protected  function void  set_verbosity ( int verbosity )   
 uvm_object   function string  sprint ( uvm_printer printer = null )   
 uvm_report_catcher  static  function void  summarize_report_catcher ( UVM_FILE file )   
 uvm_report_catcher  enum value  THROW   
 uvm_callback  static string  type_name = "uvm_callback";  
 uvm_report_catcher  enum value  UNKNOWN_ACTION   
 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  static bit  use_uvm_seeding = 1;  
 uvm_report_catcher  protected  function void  uvm_report ( uvm_severity severity, string id, string message, int verbosity, string fname = "", int line = 0 )   
 uvm_report_catcher  protected  function void  uvm_report_error ( string id, string message, int verbosity, string fname = "", int line = 0 )   
 uvm_report_catcher  protected  function void  uvm_report_fatal ( string id, string message, int verbosity, string fname = "", int line = 0 )   
 uvm_report_catcher  protected  function void  uvm_report_info ( string id, string message, int verbosity, string fname = "", int line = 0 )   
 uvm_report_catcher  protected  function void  uvm_report_warning ( string id, string message, int verbosity, string fname = "", int line = 0 )   
 uvm_object   function void  __m_uvm_field_automation ( uvm_object tmp_data__, int what__, string str__ )   
 uvm_object  static uvm_status_container  __m_uvm_status_container = new;  
 uvm_object  protected virtual  function uvm_report_object  m_get_report_object ( )   
 uvm_object   function void  reseed ( )   
 uvm_object   function void  set_name ( string name )