Nix 2.93.3
Lix: A modern, delicious implementation of the Nix package manager; unstable internal interfaces
Loading...
Searching...
No Matches
nix::AutomationInteracter Class Referencefinal
Inheritance diagram for nix::AutomationInteracter:
nix::ReplInteracter

Public Member Functions

virtual Guard init (detail::ReplCompleterMixin *repl) override
virtual bool getLine (std::string &input, ReplPromptType promptType) override

Additional Inherited Members

Public Types inherited from nix::ReplInteracter
using Guard = Finally<std::function<void()>>

Member Function Documentation

◆ getLine()

bool nix::AutomationInteracter::getLine ( std::string & input,
ReplPromptType promptType )
overridevirtual

Returns a boolean of whether the interacter got EOF

Implements nix::ReplInteracter.

◆ init()

AutomationInteracter::Guard nix::AutomationInteracter::init ( detail::ReplCompleterMixin * repl)
overridevirtual

Implements nix::ReplInteracter.


The documentation for this class was generated from the following files: