ExtRemoteTyped::operator=(constDEBUG_TYPED_DATA*) method (engextcpp.hpp)

The operator= method is part of the ExtRemoteTyped class. The ExtRemoteTyped class provides the ability to manipulate typed data on the target. An instance of this class represents a small region of memory on the target. This region is interpreted as a specific type. This class provides methods for manipulating the memory according to the type and for accessing the object hierarchy on the target.

ExtRemoteTyped is a subclass of ExtRemoteData.

Syntax

ExtRemoteTyped & operator=(
  const DEBUG_TYPED_DATA *Typed
);

Parameters

Typed

An existing ExtRemoteTyped object that represents the data and type to be assigned to this object.

Return value

operator= returns the ExtRemoteTyped object.

Requirements

Requirement Value
Target Platform Windows
Header engextcpp.hpp (include Engextcpp.hpp)
Library engextcpp.hpp

See also

ExtRemoteData

DEBUG_TYPED_DATA