#include <TagToString.h>
Inheritance diagram for Tagcoll::StringsToTags< T >:
Public Member Functions | |
StringsToTags (FacetSet &vocab) throw () | |
StringsToTags (FacetSet &vocab, TagcollConsumer< T, Tag > *consumer) throw () | |
virtual | ~StringsToTags () throw () |
TagcollConsumer< T, Tag > * | getConsumer () throw () |
void | setConsumer (TagcollConsumer< T, Tag > *consumer) throw () |
virtual void | consume (const T &item) throw () |
virtual void | consume (const T &item, const OpSet< std::string > &tags) throw () |
virtual void | consume (const OpSet< T > &items) throw () |
virtual void | consume (const OpSet< T > &items, const OpSet< std::string > &tags) throw () |
Protected Attributes | |
FacetSet & | vocab |
TagcollConsumer< T, Tag > * | consumer |
|
|
|
|
|
|
|
Reimplemented from Tagcoll::TagcollConsumer< T, std::string >. |
|
Reimplemented from Tagcoll::TagcollConsumer< T, std::string >. |
|
Implements Tagcoll::TagcollConsumer< T, std::string >. |
|
Implements Tagcoll::TagcollConsumer< T, std::string >. |
|
|
|
|
|
|
|
|