NO FRAMES

Class IloIntExprArg

Definition file: ilconcert/iloexpression.h
A class used internally in Concert Technology.

Concert Technology uses instances of these classes internally as temporary objects when it is parsing a C++ expression in order to build an instance of IloIntExpr. As a Concert Technology user, you will not need this class yourself; in fact, you should not use them directly. They are documented here because the return value of certain functions, such as IloSum or IloScalProd, can be an instance of this class.

Constructor Summary
public IloIntExprArg()
public IloIntExprArg(IloIntExprI * impl)
Method Summary
public IloIntExprI *getImpl() const
Inherited Methods from IloNumExprArg
getImpl
Inherited Methods from IloExtractable
asConstraint, asIntExpr, asModel, asNumExpr, asObjective, asVariable, end, getEnv, getId, getImpl, getName, getObject, isConstraint, isIntExpr, isModel, isNumExpr, isObjective, isVariable, setName, setObject
Constructor Detail

IloIntExprArg

public IloIntExprArg()
This constructor creates an empty handle. You must initialize it before you use it.

IloIntExprArg

public IloIntExprArg(IloIntExprI * impl)
This constructor creates a handle object from a pointer to an implementation object.

Method Detail

getImpl

public IloIntExprI * getImpl() const
This member function returns a pointer to the implementation object of the invoking handle.