Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | File Members

UnfacetedRemover.h

Go to the documentation of this file.
00001 #ifndef TAGCOLL_UNFACETED_REMOVER_H
00002 #define TAGCOLL_UNFACETED_REMOVER_H
00003 
00004 /*
00005  * System tag database
00006  *
00007  * Copyright (C) 2003  Enrico Zini <enrico@debian.org>
00008  *
00009  * This program is free software; you can redistribute it and/or modify
00010  * it under the terms of the GNU General Public License as published by
00011  * the Free Software Foundation; either version 2 of the License, or
00012  * (at your option) any later version.
00013  *
00014  * This program is distributed in the hope that it will be useful,
00015  * but WITHOUT ANY WARRANTY; without even the implied warranty of
00016  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00017  * GNU General Public License for more details.
00018  *
00019  * You should have received a copy of the GNU General Public License
00020  * along with this program; if not, write to the Free Software
00021  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
00022  */
00023 
00024 #pragma interface
00025 
00026 #include <tagcoll/TagcollFilter.h>
00027 
00028 namespace Tagcoll
00029 {
00030 
00031 // TagcollFilter that removes that which are not faceted
00032 template<class ITEM>
00033 class UnfacetedRemover : public TagcollFilter<ITEM, std::string>
00034 {
00035 public:
00036     virtual void consume(const ITEM& item) throw ();
00037     virtual void consume(const ITEM& item, const OpSet<std::string>& tags) throw ();
00038     virtual void consume(const OpSet<ITEM>& items) throw ();
00039     virtual void consume(const OpSet<ITEM>& items, const OpSet<std::string>& tags) throw ();
00040 };
00041 
00042 };
00043 
00044 // vim:set ts=4 sw=4:
00045 #endif

Generated on Tue Oct 26 19:31:33 2004 for libtagcoll by  doxygen 1.3.9.1