Class SBCReferenceListLinkPointerForward#
ClassList > SBCReferenceListLinkPointerForward
Inherits the following classes: SBCReferenceListLinkPointer
Public Functions#
| Type | Name |
|---|---|
| SBCReferenceListLinkPointerForward () Default constructs a SBCReferenceListLinkPointerForward. |
|
| SBCReferenceListLinkPointerForward (SBCReferenceListLink * referenceListLink) Constructs a SBCReferenceListLinkPointerForward with the given reference list link. |
|
| SBCReferenceListLinkPointerForward (const SBCReferenceListLinkPointerForward & referenceListLinkPointer) Copy constructs a SBCReferenceListLinkPointerForward from another instance. |
|
| virtual void | detachReferenceTarget () Detaches the current reference target and, if possible, updates the pointer to refer to the next link in the list. |
| virtual | ~SBCReferenceListLinkPointerForward () Destroys the SBCReferenceListLinkPointerForward. |
Public Functions Documentation#
function SBCReferenceListLinkPointerForward [1/3]#
Default constructs a SBCReferenceListLinkPointerForward.
function SBCReferenceListLinkPointerForward [2/3]#
Constructs a SBCReferenceListLinkPointerForward with the given reference list link.
SBCReferenceListLinkPointerForward::SBCReferenceListLinkPointerForward (
SBCReferenceListLink * referenceListLink
)
Parameters:
rPointer to the reference list link to be referenced.
function SBCReferenceListLinkPointerForward [3/3]#
Copy constructs a SBCReferenceListLinkPointerForward from another instance.
SBCReferenceListLinkPointerForward::SBCReferenceListLinkPointerForward (
const SBCReferenceListLinkPointerForward & referenceListLinkPointer
)
Parameters:
pReference to the source SBCReferenceListLinkPointerForward.
function detachReferenceTarget#
Detaches the current reference target and, if possible, updates the pointer to refer to the next link in the list.
Detaches the current reference target from its link and attempts to forward the reference to the next link in the list, if one exists.
function ~SBCReferenceListLinkPointerForward#
Destroys the SBCReferenceListLinkPointerForward.