#include <dep_tag.hh>

Basic operations | |
| GeneralSetDepTag (const SetName &id, const std::string &source) | |
| ~GeneralSetDepTag () | |
Public Member Functions | |
| virtual std::string | short_text () const |
| virtual std::string | category () const |
| std::string | source () const |
| virtual std::string paludis::GeneralSetDepTag::category | ( | ) | const [virtual] |
Fetch our DepTagCategory's tag.
Implements paludis::DepTag.
| virtual std::string paludis::GeneralSetDepTag::short_text | ( | ) | const [virtual] |
Fetch our short text (for example, 'GLSA-1234') that is displayed with the dep list entry.
Implements paludis::DepTag.
| std::string paludis::GeneralSetDepTag::source | ( | ) | const |
From which repository or environment did we originate?
1.5.7.1