Skip to main content
FRAMES NO FRAMES

Class IloMapIndexer

Definition file: ilconcert/ilomapi.h
Map of IloMapIndexerIloMapIndexerIloMapIndexer
The array class of the discrete data collection.

For each basic type, Concert Technology defines a corresponding array class. IloMapIndexer is the array class of the discrete data collection class.

Instances of IloMapIndexer are extensible. That is, you can add more elements to such an array. References to an array change whenever an element is added to or removed from the array.

Most member functions in this class contain assert statements. For an explanation of the macro NDEBUG (a way to turn on or turn off these assert statements), see the concept Assert and NDEBUG.

IloMapIndexer inherits additional methods from the template IloArray:

See Also: