NO FRAMES

Class IloTypedListManagerI

Definition file: ilconcert/ilotypedlist.h

The class IloTypedListManager manages the IloTypedList. It classifies the extractables of a model to get a tree of lists of extractables grouped by type.

A model must have a pointer to an instance IloTypedListManager that is initialized to 0, and allocate such an instance when an iterator is created.

Creation and removal of extractable must check if an IloTypedListManager exists, and respectively call add() or remove() on it. The model may ask the IloTypedListManager to clear itself, which implies that all the extractables will be scanned again if an iterator is subsequently created.