All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
SCIP_EventQueue Struct Reference Detailed Descriptionevent queue to cache events and process them later Definition at line 204 of file struct_event.h.
Field Documentation
array with queued events Definition at line 206 of file struct_event.h. Referenced by eventqueueAppend(), eventqueueEnsureEventsMem(), SCIPeventqueueAdd(), and SCIPeventqueueProcess().
number of available slots in events array Definition at line 207 of file struct_event.h. Referenced by eventqueueEnsureEventsMem().
number of events in queue (used slots if events array) Definition at line 208 of file struct_event.h. Referenced by eventqueueAppend(), SCIPeventqueueAdd(), and SCIPeventqueueProcess().
should the events be delayed and processed later? Definition at line 209 of file struct_event.h. Referenced by eventqueueAppend(), SCIPeventqueueAdd(), SCIPeventqueueDelay(), SCIPeventqueueIsDelayed(), and SCIPeventqueueProcess(). |