libzypp 17.31.23
zypp::resfilter::ByName Struct Reference

Select ResObject by name. More...

#include <ResFilters.h>

Public Member Functions

 ByName ()
 
 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 149 of file ResFilters.h.

Constructor & Destructor Documentation

◆ ByName() [1/2]

zypp::resfilter::ByName::ByName ( )
inline

Definition at line 151 of file ResFilters.h.

◆ ByName() [2/2]

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

Definition at line 154 of file ResFilters.h.

Member Function Documentation

◆ operator()()

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

Definition at line 158 of file ResFilters.h.

Member Data Documentation

◆ _name

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

Definition at line 163 of file ResFilters.h.


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