#include <Catalog.h>

Public Member Functions | |
| std::string | Serialize () |
| unsigned int | addEntry (entryType *entry, bool updateFPLength=true) |
| adds an entry to the catalog | |
| const entryType * | getEntryWithIdx (unsigned int idx) const |
| returns a particular entry in the Catalog | |
Here there is no particular hierarchy, simply a collection of entries.
Definition at line 454 of file Catalog.h.
| std::string RDCatalog::LinearCatalog< entryType, orderType >::Serialize | ( | ) |
| unsigned int RDCatalog::LinearCatalog< entryType, orderType >::addEntry | ( | entryType * | entry, | |
| bool | updateFPLength = true | |||
| ) | [virtual] |
adds an entry to the catalog
| entry | the entry to be added | |
| updateFPLength | (optional) if this is true, our internal fingerprint length will also be updated. |
Implements RDCatalog::Catalog< entryType, orderType >.
| const entryType* RDCatalog::LinearCatalog< entryType, orderType >::getEntryWithIdx | ( | unsigned int | idx | ) | const [virtual] |
1.5.3