Class uvm_object_string_pool
Name |
Default value |
Description |
---|---|---|
T |
uvm_object |
Name |
Type |
Description |
---|---|---|
type_name |
string |
Name |
Actual Type |
Description |
---|---|---|
this_type |
Constructors
Functions
- virtual function void do_print ( uvm_printer printer ) [source]
Function- do_print
×
CLASS
uvm_object_string_pool #(T)
This provides a specialization of the generic <uvm_pool #(KEY,T)> class for an associative array of uvm_object-based objects indexed by string. Specializations of this class include the uvm_event_pool (a uvm_object_string_pool storing uvm_event#(uvm_object) ) and uvm_barrier_pool (a uvm_obejct_string_pool storing uvm_barrier).