[source]

Class uvm_structure_proxy

uvm_pkg::uvm_structure_proxy <STRUCTURE> + get_immediate_children(): void uvm_pkg::uvm_component_proxy <STRUCTURE : uvm_component>

Inheritance Diagram of uvm_structure_proxy

CLASS

uvm_structure_proxy #(STRUCTURE)

The uvm_structure_proxy is a wrapper and provides a set of elements of the STRUCTURE to the caller on demand. This is to decouple the retrieval of the STRUCTUREs subelements from the actual function being invoked on STRUCTURE

Parameters

Name

Default value

Description

STRUCTURE

uvm_component

Constructors

function new ( string name ) [source]

Functions

virtual function void get_immediate_children ( uvm_component s, uvm_component children ) [source]

This method will be return in children a set of the direct subelements of s