Nix 2.29.0
Nix, the purely functional package manager; unstable internal interfaces
Loading...
Searching...
No Matches
RegexMatcher Struct Referencefinal
Inheritance diagram for RegexMatcher:
Matcher

Public Member Functions

 RegexMatcher (const std::string &pattern)
std::string getTitle () override
bool matches (const std::string &name, const ProfileElement &element) override

Public Attributes

std::regex regex
std::string pattern

Member Function Documentation

◆ getTitle()

std::string RegexMatcher::getTitle ( )
inlineoverridevirtual

Implements Matcher.

◆ matches()

bool RegexMatcher::matches ( const std::string & name,
const ProfileElement & element )
inlineoverridevirtual

Implements Matcher.


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/nix/profile.cc