Nix 2.29.0
Nix, the purely functional package manager; unstable internal interfaces
Loading...
Searching...
No Matches
nix::ParseQuoted Struct Reference
Inheritance diagram for nix::ParseQuoted:
nix::Parser

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

Member Function Documentation

◆ operator()()

void nix::ParseQuoted::operator() ( std::shared_ptr< Parser > & state,
Strings & r )
overridevirtual

Parse the next character(s)

Implements nix::Parser.

Member Data Documentation

◆ acc

std::string nix::ParseQuoted::acc

Accumulated string.

Parsed argument up to this point.


The documentation for this struct was generated from the following file:
  • /home/abuild/rpmbuild/BUILD/nix-2.29.0-build/nix-2.29.0/src/libutil/args.cc