Web Analytics Made Easy - Statcounter
Skip to content

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]#

SBCReferenceList::const_iterator::const_iterator () 

function const_iterator [2/3]#

SBCReferenceList::const_iterator::const_iterator (
    SBCReferenceListLink * referenceListLink
) 

function const_iterator [3/3]#

SBCReferenceList::const_iterator::const_iterator (
    const const_iterator & i
) 

function getReferenceTarget#

SBCReferenceTarget * SBCReferenceList::const_iterator::getReferenceTarget () const

function getReferenceToTarget#

SBCReferenceToTarget * SBCReferenceList::const_iterator::getReferenceToTarget () const

function operator!=#

bool SBCReferenceList::const_iterator::operator!= (
    const_iterator & i
) 

function operator!=#

bool SBCReferenceList::const_iterator::operator!= (
    const const_iterator & i
) 

function operator*#

SBCReferenceTarget * SBCReferenceList::const_iterator::operator* () const

function operator++#

const_iterator & SBCReferenceList::const_iterator::operator++ () 

function operator++#

const_iterator SBCReferenceList::const_iterator::operator++ (
    int
) 

function operator--#

const_iterator & SBCReferenceList::const_iterator::operator-- () 

function operator--#

const_iterator SBCReferenceList::const_iterator::operator-- (
    int
) 

function operator=#

const_iterator & SBCReferenceList::const_iterator::operator= (
    SBCReferenceListLink * referenceListLink
) 

function operator=#

const_iterator & SBCReferenceList::const_iterator::operator= (
    const const_iterator & i
) 

function operator==#

bool SBCReferenceList::const_iterator::operator== (
    const_iterator & i
) 

function operator==#

bool SBCReferenceList::const_iterator::operator== (
    const const_iterator & i
) 

function ~const_iterator#

virtual SBCReferenceList::const_iterator::~const_iterator ()