#include <Arch.h>
Public Member Functions | |
| ArchCompatibleWith (const Arch &targetArch_r) | |
| Ctor taking the target architecture. | |
| bool | operator() (const Arch &rhs) const |
Call Arch::compatibleWith ( _targetArch ) on rhs. | |
Public Attributes | |
| Arch | _targetArch |
| The target architecture. | |
Definition at line 181 of file Arch.h.
| zypp::ArchCompatibleWith::ArchCompatibleWith | ( | const Arch & | targetArch_r | ) | [inline] |
| bool zypp::ArchCompatibleWith::operator() | ( | const Arch & | rhs | ) | const [inline] |
Call Arch::compatibleWith ( _targetArch ) on rhs.
Definition at line 190 of file Arch.h.
References _targetArch, and zypp::Arch::compatibleWith().
1.5.3