#include <vocabulary.h>
|
| TagIndex () |
|
| TagIndex (const tagcoll::diskindex::MasterMMap &master, size_t idx) |
|
size_t | size () const |
| Get the number of tags in the index. More...
|
|
size_t | offset (int id) const |
| Get the offset of the facet data in the vocabulary for this tag. More...
|
|
size_t | size (int id) const |
| Get the size of the facet data in the vocabulary for this tag. More...
|
|
int | facet (int id) const |
| Get the id of the facet for this tag. More...
|
|
const char * | name (int id) const |
| Get the name of this tag. More...
|
|
int | id (const char *name) const |
| Get the ID of the tag with this name. More...
|
|
int | id (const std::string &name) const |
|
ept::debtags::Vocabulary::TagIndex::TagIndex |
( |
| ) |
|
|
inline |
ept::debtags::Vocabulary::TagIndex::TagIndex |
( |
const tagcoll::diskindex::MasterMMap & |
master, |
|
|
size_t |
idx |
|
) |
| |
|
inline |
int ept::debtags::Vocabulary::TagIndex::facet |
( |
int |
id | ) |
const |
|
inline |
int ept::debtags::Vocabulary::TagIndex::id |
( |
const char * |
name | ) |
const |
int ept::debtags::Vocabulary::TagIndex::id |
( |
const std::string & |
name | ) |
const |
|
inline |
Item* ept::debtags::Vocabulary::TagIndex::item |
( |
int |
id | ) |
const |
|
inlineprotected |
const char* ept::debtags::Vocabulary::TagIndex::name |
( |
int |
id | ) |
const |
|
inline |
size_t ept::debtags::Vocabulary::TagIndex::offset |
( |
int |
id | ) |
const |
|
inline |
size_t ept::debtags::Vocabulary::TagIndex::size |
( |
| ) |
const |
|
inline |
size_t ept::debtags::Vocabulary::TagIndex::size |
( |
int |
id | ) |
const |
|
inline |
The documentation for this class was generated from the following files: