NO FRAMES

Class IloNumExprArg

Definition file: ilconcert/iloexpression.h
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.

Constructor Summary
public IloNumExprArg()
public IloNumExprArg(IloNumExprI * impl)
Method Summary
public IloNumExprI *getImpl() const
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

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.

Method Detail

getImpl

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