Inheritance diagram for class uvm_class_pair:
Public Member Functions | |
| virtual function string | convert2string ( ) |
| function uvm_object | create ( string name = "" ) |
| virtual function bit | do_compare ( uvm_object rhs, uvm_comparer comparer ) |
| virtual function void | do_copy ( uvm_object rhs ) |
| virtual function uvm_object_wrapper | get_object_type ( ) |
| static function type_id | get_type ( ) |
| virtual function string | get_type_name ( ) |
| function void | __m_uvm_field_automation ( uvm_object tmp_data__, int what__, string str__ ) |
| function void | new ( string name = "", T1 f = null, T2 s = null ) |
Class Parameters | |
| type | T1 = int; |
| parameter | T2 = T1; |
Public Attributes | |
| T1 | first |
| T2 | second |
| static const string | type_name = "uvm_class_pair #(T1,T2)"; |
Member Typedefs | |
| typedef class | this_type |
| typedef class | type_id |
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
|
|
|
|
|