Skip to main content
FRAMES NO FRAMES

Typedef IloAny

Definition file: ilconcert/ilosys.h

void *ILO_MAY_ALIAS IloAny

For constraint programming: the type for objects as variables in enumerations or sets.

This type definition represents objects in a model handled by Concert Technology enumerated variables and by Concert Technology set variables. A pointer to any object, whether a predefined Concert Technology type or an instance of a C++ class, is implicitly converted to IloAny. By using this type, you can be sure that these components of your application will port without any source change across different hardware platforms.

See Also: