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

Tagcoll::Converter< IN, OUT > Class Template Reference

General class converting items from one representation to another. More...

#include <Serializer.h>

List of all members.

Public Member Functions

OUT operator() (const IN &item)
 Convert a single item.
OpSet< OUT > operator() (const OpSet< IN > &items)
 Convert a set of items.


Detailed Description

template<typename IN, typename OUT>
class Tagcoll::Converter< IN, OUT >

General class converting items from one representation to another.


Member Function Documentation

template<typename IN, typename OUT>
OpSet<OUT> Tagcoll::Converter< IN, OUT >::operator() const OpSet< IN > &  items  )  [inline]
 

Convert a set of items.

template<typename IN, typename OUT>
OUT Tagcoll::Converter< IN, OUT >::operator() const IN &  item  )  [inline]
 

Convert a single item.


The documentation for this class was generated from the following file:
Generated on Fri Sep 9 22:13:26 2005 for libtagcoll by  doxygen 1.4.4