uvm_object_wrapper Class Reference

Inheritance diagram for class uvm_object_wrapper:

List of all members.



Public Member Functions

virtual function uvm_component  create_component ( string name, uvm_component parent )
virtual function uvm_object  create_object ( string name = "" )
virtual function string  get_type_name ( )


Member Function Documentation

 virtual function uvm_component
 uvm_object_wrapper::create_component

 (  string name , uvm_component parent  ) 


 Superseding functions 
 uvm_component_registry :: create_component 

 virtual function uvm_object
 uvm_object_wrapper::create_object

 (  string name = ""  ) 


 Superseding functions 
 uvm_object_registry :: create_object 

 dpi pure virtual function string
 uvm_object_wrapper::get_type_name

 (   ) 


 Superseding functions 
 uvm_component_registry :: get_type_name 
 uvm_object_registry :: get_type_name