14.3.11.3 Arguments
-
TC
- A TypeCode pseudo-object reference specifying the TypeCode
value for the replaced
Any
object. This argument is duplicated. -
Value
- A void pointer specifying the storage pointed to by the
Any
object. -
Release
- Determines whether the
Any
manages the specifiedValue
argument. IfRelease
isCORBA_TRUE
Release
isCORBA_FALSE
, theAny
does not assume ownership and the data pointed to by theValue
parameter is not released upon assignment or destruction.
Parent topic: void CORBA::Any::replace()