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