NO FRAMES

Class IloAnySet::Iterator

Definition file: ilconcert/iloanyset.h
An iterator to traverse the elements of IloAnySet.

An instance of the nested class IloAnySet::Iterator is an iterator that traverses the elements of a finite set of pointers (an instance of IloAnySet).

See Also:

Constructor and Destructor Summary
public Iterator(const IloAnySetI * coll)
public Iterator(const IloAnySet coll)
public Iterator(IloGenAlloc * heap, const IloAnySetI * coll)
public ~Iterator()
Constructor and Destructor Detail

Iterator

public Iterator(const IloAnySetI * coll)

.


Iterator

public Iterator(const IloAnySet coll)

.


Iterator

public Iterator(IloGenAlloc * heap, const IloAnySetI * coll)

.


~Iterator

public ~Iterator()

.