Detailed Description
dialog handler
Definition at line 70 of file struct_dialog.h.
#include <struct_dialog.h>
Data Fields | |
SCIP_DIALOG * | rootdialog |
SCIP_LINELIST * | inputlist |
SCIP_LINELIST ** | inputlistptr |
char * | buffer |
int | buffersize |
int | bufferpos |
int | nprotectedhistelems |
Field Documentation
◆ rootdialog
SCIP_DIALOG* SCIP_Dialoghdlr::rootdialog |
main (root) dialog
Definition at line 72 of file struct_dialog.h.
Referenced by SCIPdialoghdlrAddHistory(), SCIPdialoghdlrExec(), SCIPdialoghdlrGetRoot(), and SCIPdialoghdlrSetRoot().
◆ inputlist
SCIP_LINELIST* SCIP_Dialoghdlr::inputlist |
list of input lines that are processed before stdin inputs
Definition at line 73 of file struct_dialog.h.
Referenced by readInputLine().
◆ inputlistptr
SCIP_LINELIST** SCIP_Dialoghdlr::inputlistptr |
pointer to the ending nextline pointer of the list (which points to 0)
Definition at line 74 of file struct_dialog.h.
Referenced by readInputLine(), and SCIPdialoghdlrAddInputLine().
◆ buffer
char* SCIP_Dialoghdlr::buffer |
command buffer
Definition at line 75 of file struct_dialog.h.
Referenced by readInputLine(), readLine(), SCIPdialoghdlrClearBuffer(), SCIPdialoghdlrExec(), SCIPdialoghdlrGetLine(), SCIPdialoghdlrGetWord(), and SCIPdialoghdlrIsBufferEmpty().
◆ buffersize
int SCIP_Dialoghdlr::buffersize |
size of command buffer
Definition at line 76 of file struct_dialog.h.
Referenced by readInputLine(), readLine(), SCIPdialoghdlrGetLine(), SCIPdialoghdlrGetWord(), and SCIPdialoghdlrIsBufferEmpty().
◆ bufferpos
int SCIP_Dialoghdlr::bufferpos |
position of first unprocessed character in buffer
Definition at line 77 of file struct_dialog.h.
Referenced by readInputLine(), readLine(), SCIPdialoghdlrClearBuffer(), SCIPdialoghdlrExec(), SCIPdialoghdlrGetLine(), SCIPdialoghdlrGetWord(), and SCIPdialoghdlrIsBufferEmpty().
◆ nprotectedhistelems
int SCIP_Dialoghdlr::nprotectedhistelems |
number of history entries protected from cleaning up
Definition at line 78 of file struct_dialog.h.
Referenced by SCIPdialoghdlrAddHistory().