New classes wraping satsolver datamatcher (Match and sat::AttrMatcher)
authorMichael Andres <ma@suse.de>
Mon, 20 Apr 2009 14:47:57 +0000 (16:47 +0200)
committerMichael Andres <ma@suse.de>
Mon, 27 Apr 2009 11:49:12 +0000 (13:49 +0200)
commit2b060281952c78ce3b4990794819f03fe0f5b6af
tree090fd0a8dd3c5c98d72a9a2922e81fe95bfe429f
parent7fa7a5e333b348ea67cfefd153aed861169a3071
New classes wraping satsolver datamatcher (Match and sat::AttrMatcher)
- zypp::Match - string matching mode and option bit flags
- zypp::sat::AttrMatcher - string matching functor supporting STRING|SUBSTRING|GLOB|REGEX
tests/sat/AttrMatcher_test.cc [new file with mode: 0644]
tests/sat/CMakeLists.txt
zypp/CMakeLists.txt
zypp/sat/AttrMatcher.cc [new file with mode: 0644]
zypp/sat/AttrMatcher.h [new file with mode: 0644]