filename
matching if some Resolvable provides it.
More...
#include <FileCap.h>
Inheritance diagram for zypp::capability::FileCap:
Public Types | |
typedef FileCap | Self |
Public Member Functions | |
FileCap (const Resolvable::Kind &refers_r, const std::string &fname_r) | |
Ctor. | |
virtual const Kind & | kind () const |
Kind of capabiliy. | |
virtual CapMatch | matches (const constPtr &rhs) const |
Same kind, refers and filename. | |
virtual std::string | encode () const |
Filename. | |
Private Attributes | |
std::string | _fname |
filename
matching if some Resolvable provides it.
Definition at line 32 of file FileCap.h.
|
Reimplemented from zypp::capability::CapabilityImpl. |
|
Ctor.
|
|
Kind of capabiliy.
Implements zypp::capability::CapabilityImpl. Definition at line 23 of file FileCap.cc. |
|
Same kind, refers and filename.
Definition at line 26 of file FileCap.cc. References _fname, and zypp::capability::CapabilityImpl::sameKindAndRefers(). |
|
Filename.
Implements zypp::capability::CapabilityImpl. Definition at line 32 of file FileCap.cc. References _fname. |
|
|