Class SBCReferenceToOwnerList#
ClassList > SBCReferenceToOwnerList
Inherits the following classes: SBCReferenceToOwner
Protected Attributes#
| Type | Name |
|---|---|
| SBCReferenceListLinkPointer | referenceListLinkInOwner Pointer to the referenceListLink in the owner (for fast removal) |
| SBCReferenceOwnerList * | referenceOwnerList Pointer to the reference owner list. |
Protected Functions#
| Type | Name |
|---|---|
| SBCReferenceToOwnerList () |
|
| SBCReferenceToOwnerList (SBCReferenceOwnerList * referenceOwnerList) |
|
| virtual SBCReferenceOwner * | getReferenceOwner () override const Returns the reference owner list. |
| virtual void | print () override const Prints debugging information. |
| virtual void | stopReferencing () override Stops referencing the index. |
| virtual | ~SBCReferenceToOwnerList () |
Protected Attributes Documentation#
variable referenceListLinkInOwner#
Pointer to the referenceListLink in the owner (for fast removal)
variable referenceOwnerList#
Pointer to the reference owner list.
Protected Functions Documentation#
function SBCReferenceToOwnerList [1/2]#
function SBCReferenceToOwnerList [2/2]#
function getReferenceOwner#
Returns the reference owner list.
function print#
Prints debugging information.
function stopReferencing#
Stops referencing the index.