|
Public Member Functions |
| FacetImpl (const Vocabulary &voc, const char *buf, unsigned int size) throw () |
void | ref () throw () |
| Increment the reference count for this object.
|
bool | unref () throw () |
| Decrement the reference count for this object, returning true when it reaches 0.
|
bool | hasTag (const std::string &name) const throw () |
std::string | name () const throw () |
std::string | sdesc () const throw () |
std::string | ldesc () const throw () |
std::string | fulldata () const throw () |
std::string | field (const std::string &name) const throw () |
| Return the content of an arbitrary field.
|
Tagcoll::OpSet< Tag > | tags () const throw () |
Protected Attributes |
int | _ref |
const Vocabulary & | voc |
pkgTagSection | data |
Friends |
class | Facet |
class | Tag |
class | Vocabulary |