This is the complete list of members for class uvm_resource, including all inherited members.
| uvm_resource_base | access_t | access[string] | |
| uvm_object | function uvm_object | clone ( ) | |
| uvm_object | function bit | compare ( uvm_object rhs, uvm_comparer comparer = null ) | |
| uvm_resource | function string | convert2string ( ) | |
| uvm_object | function void | copy ( uvm_object rhs ) | |
| uvm_object | virtual function uvm_object | create ( string name = "" ) | |
| uvm_resource_base | static int unsigned | default_precedence = 1000; | |
| uvm_object | function bit | do_compare ( uvm_object rhs, uvm_comparer comparer ) | |
| uvm_object | function void | do_copy ( uvm_object rhs ) | |
| uvm_object | function void | do_pack ( uvm_packer packer ) | |
| uvm_resource_base | function void | do_print ( uvm_printer printer ) | |
| uvm_object | function void | do_record ( uvm_recorder recorder ) | |
| uvm_object | function void | do_unpack ( uvm_packer packer ) | |
| uvm_resource | static function this_type | get_by_name ( string scope, string name, bit rpterr = 1 ) | |
| uvm_resource | static function this_type | get_by_type ( string scope = "", uvm_resource_base type_handle ) | |
| uvm_object | function string | get_full_name ( ) | |
| uvm_resource | static function this_type | get_highest_precedence ( ref uvm_queue q ) | |
| uvm_object | static function int | get_inst_count ( ) | |
| uvm_object | function int | get_inst_id ( ) | |
| uvm_object | function string | get_name ( ) | |
| uvm_object | function uvm_object_wrapper | get_object_type ( ) | |
| uvm_resource_base | function string | get_scope ( ) | |
| uvm_resource | static function this_type | get_type ( ) | |
| uvm_resource | function uvm_resource_base | get_type_handle ( ) | |
| uvm_object | virtual function string | get_type_name ( ) | |
| uvm_resource_base | virtual function bit | has_regex_name ( ) | |
| uvm_resource_base | function void | init_access_record ( inout access_t access_record ) | |
| uvm_resource_base | function bit | is_read_only ( ) | |
| uvm_resource_base | protected bit | modified | |
| uvm_resource | static uvm_resource | my_type = get_type; | |
| uvm_object | static protected int | m_inst_count | |
| uvm_resource_base | function bit | match_scope ( string s ) | |
| uvm_resource | function void | new ( string name = "", string scope = "" ) | |
| uvm_resource_base | int unsigned | precedence | |
| uvm_resource_base | virtual function void | print_accessors ( ) | |
| uvm_resource | function T | read ( uvm_object accessor = null ) | |
| uvm_resource_base | protected bit | read_only | |
| uvm_resource_base | function void | record_read_access ( uvm_object accessor = null ) | |
| uvm_resource_base | function void | record_write_access ( uvm_object accessor = null ) | |
| uvm_resource_base | protected string | scope | |
| uvm_resource | function void | set ( ) | |
| uvm_resource | function void | set_override ( override_t override = 2'b11 ) | |
| uvm_resource | function void | set_priority ( uvm_resource_types :: priority_e pri ) | |
| uvm_resource_base | function void | set_read_only ( ) | |
| uvm_resource_base | function void | set_read_write ( ) | |
| uvm_resource_base | function void | set_scope ( string s ) | |
| uvm_resource | typedef | this_type | |
| uvm_object | static bit | use_uvm_seeding = 1; | |
| uvm_resource | protected T | val | |
| uvm_resource_base | task | wait_modified ( ) | |
| uvm_resource | function void | write ( T t, uvm_object accessor = null ) | |
| uvm_object | static uvm_status_container | __m_uvm_status_container = new; | |
| uvm_object | function int | pack ( ref bit bitstream[], input uvm_packer packer ) | |
| uvm_object | function int | pack_bytes ( ref byte unsigned bytestream[], input uvm_packer packer ) | |
| uvm_object | function int | pack_ints ( ref int unsigned intstream[], input uvm_packer packer ) | |
| uvm_object | function void | print ( uvm_printer printer = null ) | |
| uvm_object | function void | record ( uvm_recorder recorder = null ) | |
| uvm_object | function void | reseed ( ) | |
| uvm_object | function void | set_int_local ( string field_name, uvm_bitstream_t value, bit recurse = 1 ) | |
| uvm_object | function void | set_name ( string name ) | |
| uvm_object | function void | set_object_local ( string field_name, uvm_object value, bit clone = 1, bit recurse = 1 ) | |
| uvm_object | function void | set_string_local ( string field_name, string value, bit recurse = 1 ) | |
| uvm_object | function string | sprint ( uvm_printer printer = null ) | |
| uvm_object | function int | unpack ( ref bit bitstream[], input uvm_packer packer ) | |
| uvm_object | function int | unpack_bytes ( ref byte unsigned bytestream[], input uvm_packer packer ) | |
| uvm_object | function int | unpack_ints ( ref int unsigned intstream[], input uvm_packer packer ) | |
| uvm_object | function void | __m_uvm_field_automation ( uvm_object tmp_data__, int what__, string str__ ) | |
| uvm_object | protected virtual function uvm_report_object | m_get_report_object ( ) | |