libzypp
10.5.0
|
Select ResObject by name. More...
#include <ResFilters.h>
Public Member Functions | |
ByName (const std::string &name_r) | |
bool | operator() (ResObject::constPtr p) const |
Public Attributes | |
std::string | _name |
Select ResObject by name.
Definition at line 162 of file ResFilters.h.
zypp::resfilter::ByName::ByName | ( | const std::string & | name_r | ) | [inline] |
Definition at line 164 of file ResFilters.h.
bool zypp::resfilter::ByName::operator() | ( | ResObject::constPtr | p | ) | const [inline] |
Definition at line 168 of file ResFilters.h.
std::string zypp::resfilter::ByName::_name |
Definition at line 173 of file ResFilters.h.