#include <dep_tag.hh>
Basic operations | |
DepTag () | |
virtual | ~DepTag () |
Comparison operators | |
bool | operator< (const DepTag &) const |
bool | operator== (const DepTag &) const |
Public Member Functions | |
virtual std::string | short_text () const =0 |
virtual std::string | category () const =0 |
It is used for tagging dep list entries visually, for example to indicate an associated GLSA.
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.
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.