Class SBCReferenceOwnerList::const_iterator#
ClassList > SBCReferenceOwnerList > const_iterator
Inherits the following classes: SBCReferenceList::const_iterator
Inherited by the following classes: SBCReferencePointerList::const_iterator
Public Functions#
| Type | Name |
|---|---|
| const_iterator () Default constructor. |
|
| const_iterator (SBCReferenceListLink * referenceListLink) Constructor with a link. |
|
| const_iterator (const const_iterator & i) Copy constructor. |
|
| virtual | ~const_iterator () Destructor. |
Public Functions Documentation#
function const_iterator [1/3]#
Default constructor.
Constructs a const iterator that does not point to any reference.
function const_iterator [2/3]#
Constructor with a link.
Constructs a const iterator that points to the given reference list link.
Parameters:
lPointer to the reference list link to which the const iterator should point.
function const_iterator [3/3]#
Copy constructor.
Constructs a const iterator as a copy of another const iterator.
Parameters:
iConst iterator to copy.
function ~const_iterator#
Destructor.
Destroys the const iterator.