#include <mask.hh>
Basic operations | |
virtual | ~Mask ()=0 |
Public Member Functions | |
virtual char | key () const =0 |
virtual const std::string | description () const =0 |
A basic Mask has:
Subclasses provide additional information.
virtual char paludis::Mask::key | ( | ) | const [pure virtual] |
A single character key, which can be used by clients if they need a very compact way of representing a mask.
virtual const std::string paludis::Mask::description | ( | ) | const [pure virtual] |
A description of the mask.