This policy class is used to convert a class object to a string.
Provides a convert2string method that converts an instance of type T
to a string. The class T must provide the method
"function string convert2string()",
similar to the uvm_object::convert2string method.
CLASS
uvm_class_converter #(T)
This policy class is used to convert a class object to a string.
Provides a convert2string method that converts an instance of type T to a string. The class T must provide the method "function string convert2string()", similar to the uvm_object::convert2string method.