13 inline InputLine(
const string &t,
const string &s,uint32 l,
bool us,
bool in=
false)
14 : text_(t), source_(s), line_(l), undoStart_(us), interactive_(in) { }
21 bool safeInterruptAllowed_ =
true;
27 inline InputContext() : wait_(
true), undoAllowed_(
true), continuation_(
false) { }
37 bool checkExpectedError_ =
true;
38 bool checkExpectedWarning_ =
true;
includes std::string and additional functions not included in the standard.
Definition itextinput.h:41
virtual InputLine getInput(const InputContext &context)=0
namespace Itasca
Definition basememory.cpp:14
namespace itasca
Definition igenerictet.h:11
Definition itextinput.h:26