Skip to main content
FRAMES NO FRAMES

Class IloNumExprArg

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

Concert Technology uses instances of this class internally as temporary objects when it is parsing a C++ expression in order to build an instance of IloNumExpr. 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.

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

IloNumExprArg

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

IloNumExprArg

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

getImpl

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