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.
Method Summary |
---|
public IloIntExprArg::ImplClass * | getImpl() |
public IloIntExprArg()
This constructor creates an empty handle. You must initialize it before you use it.
public IloIntExprArg(IloIntExprArg::ImplClass * impl)
This constructor creates a handle object from a pointer to an implementation object.
public IloIntExprArg::ImplClass * getImpl()
This member function returns a pointer to the implementation object of the invoking handle.