Class uvm_derived_callbacks
Collaboration Diagram of uvm_derived_callbacks
Name |
Default value |
Description |
---|---|---|
T |
uvm_object |
|
ST |
uvm_object |
|
CB |
uvm_callback |
Name |
Actual Type |
Description |
---|---|---|
this_type |
||
this_user_type |
||
this_super_type |
Functions
×
Class- uvm_derived_callbacks #(T,ST,CB)
This type is not really expected to be used directly by the user, instead they are expected to use the macro uvm_set_super_type. The sole purpose of this type is to allow for setting up of the derived_type/super_type mapping.