Link::GetTarget
Defined in:
Returns the target to which a link points.
TSLink.h
Prototype
type *GetTarget(void) const;
Description
The GetTarget
function returns a pointer to the target to which a link points. If the Link
object does not point to a target, then GetTarget
returns nullptr
.