paludis  Version 1.4.0
Public Member Functions | List of all members
paludis::FakeUnacceptedMask Class Reference
+ Inheritance diagram for paludis::FakeUnacceptedMask:

Public Member Functions

 FakeUnacceptedMask (const char, const std::string &, const std::string &)
 
char key () const
 
const std::string description () const
 
const std::string unaccepted_key_name () const
 

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
 
- Public Types inherited from paludis::DeclareAbstractAcceptMethods< Mask, Mask::VisitableTypeList >
typedef Mask::VisitableTypeList VisitableTypeList
 
typedef Mask VisitableBaseClass
 

Member Function Documentation

const std::string paludis::FakeUnacceptedMask::description ( ) const
virtual

A description of the mask.

Implements paludis::Mask.

char paludis::FakeUnacceptedMask::key ( ) const
virtual

A single character key, which can be used by clients if they need a very compact way of representing a mask.

Implements paludis::Mask.

const std::string paludis::FakeUnacceptedMask::unaccepted_key_name ( ) const
virtual

Fetch the raw name of the metadata key that is not accepted.

Since
0.59

Implements paludis::UnacceptedMask.


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