Inheritance diagram for class svt_ovm_object_wrapper:
Class that can wrap any type into a ovm_object
Public Member Functions | |
| static function ovm_object_wrapper | get_type ( ) |
| virtual function string | get_type_name ( ) |
| function void | new ( string name = "svt_ovm_object_wrapper" ) |
Class Parameters | |
| type | T = int; |
Public Attributes | |
| T | val |
|
||||
Provide a static get_type function, mainly just to override base class implementation and get rid of the error message.
| ||||
|
|
||||
Provide 'get_type_name' support, simply relying on built-in $typename system function.
| ||||
|
|
||||
|