#include <dep_tag.hh>
Basic operations | |
DepTagCategory (bool visible, const std::string &id, const std::string &t, const std::string &pre, const std::string &post) | |
Public Member Functions | |
bool | visible () const |
std::string | id () const |
std::string | title () const |
std::string | pre_text () const |
std::string | post_text () const |
It is usually accessed via DepTagCategoryMaker.
bool paludis::DepTagCategory::visible | ( | ) | const |
Should we be displayed in a tag category summary?
std::string paludis::DepTagCategory::id | ( | ) | const |
Fetch our short ID (for example, 'GLSA').
std::string paludis::DepTagCategory::title | ( | ) | const |
Fetch our title (for example, 'Security advisories'), or an empty string if we're untitled.
std::string paludis::DepTagCategory::pre_text | ( | ) | const |
Fetch our pre list text, or an empty string.
std::string paludis::DepTagCategory::post_text | ( | ) | const |
Fetch our post list text, or an empty string.