#include <BasicStringDiskIndex.h>
Inheritance diagram for Tagcoll::BasicStringDiskIndexer:
Public Member Functions | |
virtual | ~BasicStringDiskIndexer () |
void | write (const std::string &file) |
Protected Member Functions | |
virtual void | consumeItemUntagged (const std::string &item) |
Process an untagged item. | |
virtual void | consumeItem (const std::string &item, const OpSet< std::string > &tags) |
Process a tagged item, with its tags. | |
Protected Attributes | |
InputMerger< std::string, std::string > | cache |
StringIndexer | pkgs |
StringIndexer | tags |
|
|
|
Process a tagged item, with its tags.
Implements Tagcoll::Consumer< std::string, std::string >. |
|
Process an untagged item.
Implements Tagcoll::Consumer< std::string, std::string >. |
|
|
|
|
|
|
|
|