#include <Arch.h>
Inheritance diagram for zypp::ArchCompatibleWith:
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.
|
Ctor taking the target architecture.
|
|
Call Arch::compatibleWith (
Definition at line 190 of file Arch.h. References _targetArch, and zypp::Arch::compatibleWith(). |
|
The target architecture.
Definition at line 184 of file Arch.h. Referenced by operator()(). |