#include <dep_tag.hh>
Public Member Functions | |
| virtual std::string | short_text () const =0 |
| virtual std::string | category () const =0 |
Basic operations | |
|
| |
| DepTag () | |
| virtual | ~DepTag () |
Comparison operators | |
|
| |
| bool | operator< (const DepTag &) const |
| bool | operator== (const DepTag &) const |
A DepTag can be associated with a PackageDepSpec, and is transferred onto any associated DepListEntry instances.
It is used for tagging dep list entries visually, for example to indicate an associated GLSA.
| virtual std::string paludis::DepTag::category | ( | ) | const [pure virtual] |
Fetch our DepTagCategory's tag.
Implemented in paludis::GLSADepTag, paludis::GeneralSetDepTag, paludis::DependencyDepTag, and paludis::TargetDepTag.
| virtual std::string paludis::DepTag::short_text | ( | ) | const [pure virtual] |
Fetch our short text (for example, 'GLSA-1234') that is displayed with the dep list entry.
Implemented in paludis::GLSADepTag, paludis::GeneralSetDepTag, paludis::DependencyDepTag, and paludis::TargetDepTag.
1.6.1