Location::Location(constLocation&) function (dbgmodel.h)

Copy constructs a location.

Syntax

void Location(
  const Location & src
);

Parameters

src

The location from which to copy construct a new location.

Return value

None

Remarks

Returns

This function is a constructor and does not return value.

Requirements

Requirement Value
Header dbgmodel.h

See also

dbgmodel.h header