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(), and scip::ObjEventhdlr::SCIP_DECL_EVENTDELETE().
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(). Referenced by scip::ObjEventhdlr::SCIP_DECL_EVENTDELETE().
returns the eventhdlr object for the given event handler
Definition at line 258 of file objeventhdlr.cpp. References NULL, and SCIPeventhdlrGetData(). Referenced by scip::ObjEventhdlr::SCIP_DECL_EVENTDELETE(). |