|
Nix 2.30.2
Nix, the purely functional package manager; unstable internal interfaces
|
Public Member Functions | |
| ParseQuoted (std::string_view s) | |
| virtual void | operator() (std::shared_ptr< Parser > &state, Strings &r) override |
| Parse the next character(s). | |
| Public Member Functions inherited from nix::Parser | |
| Parser (std::string_view s) | |
Public Attributes | |
| std::string | acc |
| Accumulated string. | |
| Public Attributes inherited from nix::Parser | |
| std::string_view | remaining |
|
overridevirtual |
Parse the next character(s).
Implements nix::Parser.
| std::string nix::ParseQuoted::acc |
Accumulated string.
Parsed argument up to this point.