Property DerefObj
In the design hierarchy information model, if
— the return type of the called function is an access type, and
— the function call has been dynamically elaborated and has completed execution of a return statement (in the case of a non-foreign function) or has had the result value provided by a call to the vhpi_put_value function (in the case of a foreign function)
the target object represents the variable designated by the access value that is the result of the most recent dynamic elaboration of the function call. Otherwise, there is no target object.
It is an error if a VHPI program navigates the DerefObj association in the library information model or from a reference object that represents a call to a function whose return type is other than an access type.
General Info |
|
Name | DerefObj |
Type | derefObj |
Visibility | public |
Owner | funcCall |
Multiplicity | 0..1 |