|
| ParseUnquoted (std::string_view s) |
|
virtual void | operator() (std::shared_ptr< Parser > &state, Strings &r) override |
| Parse the next character(s)
|
|
| Parser (std::string_view s) |
|
|
std::string | acc |
| Accumulated string.
|
|
std::string_view | remaining |
|
◆ operator()()
virtual void nix::ParseUnquoted::operator() |
( |
std::shared_ptr< Parser > & | state, |
|
|
Strings & | r ) |
|
inlineoverridevirtual |
◆ acc
std::string nix::ParseUnquoted::acc |
Accumulated string.
Parsed argument up to this point. Empty string is not representable in unquoted syntax, so we use it for the initial state.
The documentation for this struct was generated from the following file:
- /home/abuild/rpmbuild/BUILD/nix-2.29.1-build/nix-2.29.1/src/libutil/args.cc