All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
SCIP_Dialoghdlr Struct Reference Detailed Descriptiondialog handler Definition at line 60 of file struct_dialog.h.
Field Documentation
main (root) dialog Definition at line 62 of file struct_dialog.h. Referenced by SCIPdialoghdlrAddHistory(), SCIPdialoghdlrExec(), SCIPdialoghdlrGetRoot(), and SCIPdialoghdlrSetRoot().
list of input lines that are processed before stdin inputs Definition at line 63 of file struct_dialog.h. Referenced by readInputLine().
pointer to the ending nextline pointer of the list (which points to 0) Definition at line 64 of file struct_dialog.h. Referenced by readInputLine(), and SCIPdialoghdlrAddInputLine().
command buffer Definition at line 65 of file struct_dialog.h. Referenced by readInputLine(), readLine(), SCIPdialoghdlrClearBuffer(), SCIPdialoghdlrExec(), SCIPdialoghdlrGetWord(), and SCIPdialoghdlrIsBufferEmpty().
size of command buffer Definition at line 66 of file struct_dialog.h. Referenced by readInputLine(), readLine(), SCIPdialoghdlrGetWord(), and SCIPdialoghdlrIsBufferEmpty().
position of first unprocessed character in buffer Definition at line 67 of file struct_dialog.h. Referenced by readInputLine(), readLine(), SCIPdialoghdlrClearBuffer(), SCIPdialoghdlrExec(), SCIPdialoghdlrGetWord(), and SCIPdialoghdlrIsBufferEmpty().
number of history entries protected from cleaning up Definition at line 68 of file struct_dialog.h. Referenced by SCIPdialoghdlrAddHistory(). |