| Overview | Group | Tree | Graph | Deprecated | Index | Concepts |

IloTupleMap.
This class allows you to manipulate indices to access
instances of IloTupleMap.
Here is an example:
IloMapIndexArray indices(env);
indices.add("Monday");
indices.add(2);
tuples.get(indices, tuple);
| Method Summary | |
|---|---|
public void | add(IloTuple index) |
public void | add(IloNum index) |
public void | add(IloInt index) |
public void | add(const char * index) |
public void | clear() |
public IloInt | getSize() const |
public | IloMapIndexArray(IloDefaultArrayI * i=0) |
public | IloMapIndexArray(const IloEnv env, IloInt n=0) |
| Method Detail |
|---|
Creates an empty IloMapIndexArray class.
Constructor for the IloMapIndexArray
This member function adds index to the invoking
IloMapIndexArray.
| index |
The element to be added.
|
This member function adds index to the invoking
IloMapIndexArray.
| index |
The element to be added.
|
This member function adds index to the invoking
IloMapIndexArray.
| index |
The element to be added.
|
This member function adds index to the invoking
IloMapIndexArray.
| index |
The element to be added.
|
This member function removes all the elements from the invoking array. In other words, it produces an empty array.
This member function returns an integer specifying the size of the invoking array. An empty array has size 0 (zero).