Public Types | |
using | Guard = Finally<std::function<void()>> |
Public Member Functions | |
virtual Guard | init (detail::ReplCompleterMixin *repl)=0 |
virtual bool | getLine (std::string &input, ReplPromptType promptType)=0 |
|
pure virtual |
Returns a boolean of whether the interacter got EOF
Implemented in nix::ReadlineLikeInteracter.