Scippy

SCIP

Solving Constraint Integer Programs

SCIP_Dialoghdlr Struct Reference

Detailed Description

dialog handler

Definition at line 61 of file struct_dialog.h.

#include <struct_dialog.h>

Data Fields

SCIP_DIALOGrootdialog
 
SCIP_LINELISTinputlist
 
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 63 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 64 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 65 of file struct_dialog.h.

Referenced by readInputLine(), and SCIPdialoghdlrAddInputLine().

◆ buffer

◆ buffersize

int SCIP_Dialoghdlr::buffersize

size of command buffer

Definition at line 67 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 68 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 69 of file struct_dialog.h.

Referenced by SCIPdialoghdlrAddHistory().