Web Analytics Made Easy - Statcounter
Skip to content

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.

SBCReferenceOwnerList::const_iterator::const_iterator () 

Constructs a const iterator that does not point to any reference.


function const_iterator [2/3]#

Constructor with a link.

SBCReferenceOwnerList::const_iterator::const_iterator (
    SBCReferenceListLink * referenceListLink
) 

Constructs a const iterator that points to the given reference list link.

Parameters:

  • l Pointer to the reference list link to which the const iterator should point.

function const_iterator [3/3]#

Copy constructor.

SBCReferenceOwnerList::const_iterator::const_iterator (
    const const_iterator & i
) 

Constructs a const iterator as a copy of another const iterator.

Parameters:

  • i Const iterator to copy.

function ~const_iterator#

Destructor.

virtual SBCReferenceOwnerList::const_iterator::~const_iterator () 

Destroys the const iterator.