[source]

Class uvm_in_order_class_comparator

uvm_pkg::uvm_in_order_class_comparator <T> + type_name : string + get_object_type(): uvm_object_wrapper + get_type(): type_id + get_type_name(): string

Inheritance Diagram of uvm_in_order_class_comparator

CLASS

uvm_in_order_class_comparator #(T)

This class uses the uvm_class_* comparison, converter, and pair classes. Use this class for comparing user-defined objects of type T, which must provide compare() and convert2string() method.

Parameters

Name

Default value

Description

T

int

Variables

Name

Type

Description

type_name

string

Typedefs

Name

Actual Type

Description

this_type

uvm_in_order_class_comparator#(T)

Constructors

function new ( string name, uvm_component parent ) [source]

Functions

virtual function string get_type_name ( ) [source]