libzypp 17.31.7
zypp::ArchCompatibleWith Struct Reference

Functor finding compatible architectures. More...

#include <Arch.h>

Public Member Functions

 ArchCompatibleWith (const Arch &targetArch_r)
 Ctor taking the target architecture. More...
 
bool operator() (const Arch &rhs) const
 Call Arch::compatibleWith ( _targetArch ) on rhs. More...
 

Public Attributes

Arch _targetArch
 The target architecture. More...
 

Detailed Description

Functor finding compatible architectures.

See also
Arch::compatibleWith

Definition at line 333 of file Arch.h.

Constructor & Destructor Documentation

◆ ArchCompatibleWith()

zypp::ArchCompatibleWith::ArchCompatibleWith ( const Arch targetArch_r)
inline

Ctor taking the target architecture.

Definition at line 338 of file Arch.h.

Member Function Documentation

◆ operator()()

bool zypp::ArchCompatibleWith::operator() ( const Arch rhs) const
inline

Call Arch::compatibleWith ( _targetArch ) on rhs.

Definition at line 342 of file Arch.h.

Member Data Documentation

◆ _targetArch

Arch zypp::ArchCompatibleWith::_targetArch

The target architecture.

Definition at line 336 of file Arch.h.


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