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