|
Public Member Functions |
| TagImpl (FacetImpl *facet, const char *buf, unsigned int size) throw () |
| ~TagImpl () 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.
|
std::string | name () const throw () |
std::string | fullname () 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.
|
Protected Attributes |
int | _ref |
FacetImpl * | _facet |
pkgTagSection | data |
Friends |
class | Tag |
class | Vocabulary |