|
paludis
Version 1.4.0
|
#include <mask.hh>
Inheritance diagram for paludis::Mask:Public Member Functions | |
| virtual char | key () const =0 |
| virtual const std::string | description () const =0 |
Public Member Functions inherited from paludis::DeclareAbstractAcceptMethods< Mask, MakeTypeList< UserMask, UnacceptedMask, RepositoryMask, UnsupportedMask >::Type > | |
| void | accept (UnwrappedVisitor_ &v) |
| void | accept (UnwrappedVisitor_ &v) const |
| void | accept (const UnwrappedVisitor_ &v) |
| void | accept (const UnwrappedVisitor_ &v) const |
| Result_ | accept_returning (UnwrappedVisitor_ &v, const Result_ &r=Result_()) |
| Result_ | accept_returning (const UnwrappedVisitor_ &v, const Result_ &r=Result_()) |
| Result_ | accept_returning (UnwrappedVisitor_ &v, const Result_ &r=Result_()) const |
| Result_ | accept_returning (const UnwrappedVisitor_ &v, const Result_ &r=Result_()) const |
Basic operations | |
| virtual | ~Mask ()=0 |
Additional Inherited Members | |
Public Types inherited from paludis::DeclareAbstractAcceptMethods< Mask, MakeTypeList< UserMask, UnacceptedMask, RepositoryMask, UnsupportedMask >::Type > | |
|
typedef MakeTypeList< UserMask, UnacceptedMask, RepositoryMask, UnsupportedMask >::Type | VisitableTypeList |
| typedef Mask | VisitableBaseClass |
A Mask represents one reason why a PackageID is masked (not available to be installed).
A basic Mask has:
Subclasses provide additional information.
|
pure virtual |
A description of the mask.
Implemented in paludis::FakeUnsupportedMask, and paludis::FakeUnacceptedMask.
|
pure virtual |
A single character key, which can be used by clients if they need a very compact way of representing a mask.
Implemented in paludis::FakeUnsupportedMask, and paludis::FakeUnacceptedMask.
1.8.3.1