Class SBCReferenceList::const_iterator#
ClassList > SBCReferenceList > const_iterator
Inherits the following classes: SBCReferenceListLinkPointer
Inherited by the following classes: SBCReferenceOwnerList::const_iterator
Public Functions#
Type | Name |
---|---|
const_iterator () |
|
const_iterator (SBCReferenceListLink * referenceListLink) |
|
const_iterator (const const_iterator & i) |
|
SBCReferenceTarget * | getReferenceTarget () const |
SBCReferenceToTarget * | getReferenceToTarget () const |
bool | operator!= (const_iterator & i) |
bool | operator!= (const const_iterator & i) |
SBCReferenceTarget * | operator* () const |
const_iterator & | operator++ () |
const_iterator | operator++ (int) |
const_iterator & | operator-- () |
const_iterator | operator-- (int) |
const_iterator & | operator= (SBCReferenceListLink * referenceListLink) |
const_iterator & | operator= (const const_iterator & i) |
bool | operator== (const_iterator & i) |
bool | operator== (const const_iterator & i) |
virtual | ~const_iterator () |
Public Functions Documentation#
function const_iterator [1/3]#
function const_iterator [2/3]#
function const_iterator [3/3]#
function getReferenceTarget#
function getReferenceToTarget#
function operator!=#
function operator!=#
function operator*#
function operator++#
function operator++#
function operator--#
function operator--#
function operator=#
const_iterator & SBCReferenceList::const_iterator::operator= (
SBCReferenceListLink * referenceListLink
)