#include <NullCap.h>
Public Types | |
| typedef NullCap | Self |
Public Member Functions | |
| virtual const Kind & | kind () const |
| Kind of capability. | |
| virtual bool | relevant () const |
| Not relevant. | |
| virtual CapMatch | matches (const CapabilityImpl::constPtr &rhs) const |
| Iirrelevant. | |
| virtual std::string | encode () const |
| Empty string. | |
Static Public Member Functions | |
| static CapabilityImpl_Ptr | instance () |
| Get a Ptr to the NULLCap. | |
Private Member Functions | |
| NullCap () | |
| Private Ctor. | |
Static Private Attributes | |
| static CapabilityImpl_Ptr | _instance |
| Singleton. | |
It's a singleton, so you can't construct one. Call instance to get a CapabilityImpl_Ptr to the NullCap.
Definition at line 33 of file NullCap.h.
| zypp::capability::NullCap::NullCap | ( | ) | [private] |
Private Ctor.
Call instance to get a CapabilityImpl_Ptr to the NullCap.
Definition at line 27 of file NullCap.cc.
| CapabilityImpl_Ptr zypp::capability::NullCap::instance | ( | ) | [static] |
| const CapabilityImpl::Kind & zypp::capability::NullCap::kind | ( | ) | const [virtual] |
Kind of capability.
Implements zypp::capability::CapabilityImpl.
Definition at line 38 of file NullCap.cc.
| bool zypp::capability::NullCap::relevant | ( | ) | const [virtual] |
Not relevant.
Reimplemented from zypp::capability::CapabilityImpl.
Definition at line 41 of file NullCap.cc.
| CapMatch zypp::capability::NullCap::matches | ( | const CapabilityImpl::constPtr & | rhs | ) | const [virtual] |
Iirrelevant.
Implements zypp::capability::CapabilityImpl.
Definition at line 44 of file NullCap.cc.
References zypp::CapMatch::irrelevant.
| std::string zypp::capability::NullCap::encode | ( | ) | const [virtual] |
Empty string.
Implements zypp::capability::CapabilityImpl.
Definition at line 47 of file NullCap.cc.
CapabilityImpl_Ptr zypp::capability::NullCap::_instance [static, private] |
1.5.3