SVT uvm_object_registry Class Member List

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


 uvm_object_registry  static  function T  create ( string name = "", uvm_component parent = null, string contxt = "" )   
 uvm_object_wrapper  virtual  function uvm_component  create_component ( string name, uvm_component parent )   
 uvm_object_registry  virtual  function uvm_object  create_object ( string name = "" )   
 uvm_object_registry  static  function this_type  get ( )   
 uvm_object_registry  virtual  function string  get_type_name ( )   
 uvm_object_registry  static  function void  set_inst_override ( uvm_object_wrapper override_type, string inst_path, uvm_component parent = null )   
 uvm_object_registry  static  function void  set_type_override ( uvm_object_wrapper override_type, bit replace = 1 )   
 uvm_object_registry  typedef  this_type   
 uvm_object_registry  static const string  type_name = Tname;