libzypp  13.10.6
zypp::resfilter::ByName Struct Reference

Select ResObject by name. More...

#include <ResFilters.h>

Inheritance diagram for zypp::resfilter::ByName:
ResObjectFilterFunctor

Public Member Functions

 ByName (const std::string &name_r)
 
bool operator() (ResObject::constPtr p) const
 

Public Attributes

std::string _name
 

Detailed Description

Select ResObject by name.

Definition at line 160 of file ResFilters.h.

Constructor & Destructor Documentation

zypp::resfilter::ByName::ByName ( const std::string &  name_r)
inline

Definition at line 162 of file ResFilters.h.

Member Function Documentation

bool zypp::resfilter::ByName::operator() ( ResObject::constPtr  p) const
inline

Definition at line 166 of file ResFilters.h.

Member Data Documentation

std::string zypp::resfilter::ByName::_name

Definition at line 171 of file ResFilters.h.


The documentation for this struct was generated from the following file: