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