SVT uvm_component_registry Class Member List

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


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