[source]

Class uvm_class_converter

uvm_pkg::uvm_class_converter <T> + convert2string(): string

Inheritance Diagram of uvm_class_converter

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.

Parameters

Name

Default value

Description

T

int

Functions

static function string convert2string ( int t ) [source]