Web Analytics Made Easy - Statcounter
Skip to content

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.

SBCReferenceOwnerList::iterator::iterator () 

Constructs an iterator that does not point to any reference.


function iterator [2/3]#

Constructor with a link.

SBCReferenceOwnerList::iterator::iterator (
    SBCReferenceListLink * referenceListLink
) 

Constructs an iterator that points to the given reference list link.

Parameters:

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

function iterator [3/3]#

Copy constructor.

SBCReferenceOwnerList::iterator::iterator (
    const iterator & i
) 

Constructs an iterator as a copy of another iterator.

Parameters:

  • i Iterator to copy.

function ~iterator#

Destructor.

virtual SBCReferenceOwnerList::iterator::~iterator () 

Destroys the iterator.