#include <dep_tag.hh>
Inheritance diagram for paludis::DepTag:
Public Member Functions | |
| virtual std::string | short_text () const =0 |
| virtual std::string | category () const =0 |
Basic operations | |
|
| |
| DepTag () | |
| virtual | ~DepTag () |
| DepTag (const DepTag &) | |
| DepTag & | operator= (const 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.
| 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.
1.7.1