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