All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
objeventhdlr.h File Reference Detailed DescriptionC++ wrapper for event handlers. Definition in file objeventhdlr.h. Go to the source code of this file.
Function Documentation
creates the event handler for the given event handler object and includes it in SCIP The method should be called in one of the following ways:
creates the event handler for the given event handler object and includes it in SCIP
Definition at line 212 of file objeventhdlr.cpp. References NULL, SCIP_CALL, scip::ObjEventhdlr::scip_desc_, scip::ObjEventhdlr::scip_name_, SCIP_OKAY, and SCIPincludeEventhdlr(). Referenced by SCIP_DECL_EVENTCOPY().
returns the eventhdlr object of the given name, or 0 if not existing
Definition at line 239 of file objeventhdlr.cpp. References NULL, SCIPeventhdlrGetData(), and SCIPfindEventhdlr().
returns the eventhdlr object for the given event handler
Definition at line 258 of file objeventhdlr.cpp. References NULL, and SCIPeventhdlrGetData(). |