SVT ovm_component_registry Class Member List

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


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