Debugging Tools for Windows

ExtRemoteTyped::operator*

The operator* overloaded operator returns the typed data that is pointed to by the typed data represented by this object.

ExtRemoteData
  ExtRemoteData::operator*(
    void
    )

Parameters

None

Return Value

The operator* operator returns a new ExtRemoteData object that represents the typed data pointed to by the typed data represented by this object.

Comments

If the typed data represented by this object is an array, the first element in the array is returned.

The ExtRemoteTyped::Dereference method performs the same function.

Requirements

Headers: Defined in Engextcpp.hpp. Include Engextcpp.hpp.

See Also

ExtRemoteTyped::Dereference

Build machine: CAPEBUILD