Class uvm_class_pair
Name |
Default value |
Description |
---|---|---|
T1 |
int |
|
T2 |
T1 |
Name |
Type |
Description |
---|---|---|
type_name |
string |
|
first |
int |
Variable T1 first The handle to the first object in the pair |
second |
int |
Variable T2 second The handle to the second object in the pair |
Name |
Actual Type |
Description |
---|---|---|
this_type |
Constructors
Functions
- virtual function bit do_compare ( uvm_object rhs, uvm_comparer comparer ) [source]
- virtual function void do_copy ( uvm_object rhs ) [source]
×
Class
uvm_class_pair #(T1,T2)
Container holding handles to two objects whose types are specified by the type parameters, T1 and T2.