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

An instance of this class is the handle class of an integer variable assignment evaluator. It makes it possible to define a evaluation of the assignment of an integer variable to a value.
See Also:
IloIntValueEvalI, IloSelectSmallest, IloSelectLargest
| Method Summary | |
|---|---|
public void | end() |
public IloIntValueEvalI * | getImpl() const |
public | IloIntValueEval(IloIntValueEvalI * impl=0) |
| Method Detail |
|---|
This constructor creates a handle object from a pointer to an implementation object. If the implementation object is zero, you must initialize the handle before using it.
This member function ends the instance and returns the memory that was used to create the implementation class to the environment.
This member function returns a pointer to the implementation object of the invoking handle.