#include <TagcollBuilder.h>
Public Member Functions | |
TagcollBuilder (HandleMaker< std::string > &handleMaker) throw () | |
virtual | ~TagcollBuilder () throw () |
virtual void | consume (const std::string &item) throw () |
virtual void | consume (const std::string &item, const OpSet< std::string > &tags) throw () |
virtual void | consume (const OpSet< std::string > &items) throw () |
virtual void | consume (const OpSet< std::string > &items, const OpSet< std::string > &tags) throw () |
TagCollection< int, std::string > | collection () throw () |
const TagCollection< int, std::string > | collection () const throw () |
Protected Member Functions | |
OpSet< int > | itemsToHandles (const OpSet< std::string > &ts) throw () |
Protected Attributes | |
HandleMaker< std::string > & | handleMaker |
TagCollection< int, std::string > | coll |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|