zypp::ArchCompatibleWith Struct Reference

Functor finding compatible architectures. More...

#include <Arch.h>

Inheritance diagram for zypp::ArchCompatibleWith:
[legend]

List of all members.

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.


Detailed Description

Functor finding compatible architectures.

See also:
Arch::compatibleWith

Definition at line 278 of file Arch.h.


Constructor & Destructor Documentation

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

Ctor taking the target architecture.

Definition at line 283 of file Arch.h.


Member Function Documentation

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

Call Arch::compatibleWith ( _targetArch ) on rhs.

Definition at line 287 of file Arch.h.

References _targetArch, and zypp::Arch::compatibleWith().


Member Data Documentation

The target architecture.

Definition at line 281 of file Arch.h.

Referenced by operator()().


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

doxygen