Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

IdOpCompress.h

Go to the documentation of this file.
00001 // $Header: /nfs/slac/g/glast/ground/cvs/xmlUtil/xmlUtil/id/IdOpCompress.h,v 1.3 2001/09/25 21:43:06 jrb Exp $
00002 
00003 #ifndef XMLUTIL_IDOPCOMPRESS_H
00004 #define XMLUTIL_IDOPCOMPRESS_H
00005 
00006 #include <string>
00007 #include "xmlUtil/id/IdOperation.h"
00008 
00009 
00010 namespace xmlUtil {
00013   class IdOpCompress : public IdOperation {
00014   public:
00015     IdOpCompress(DOM_Element cmprss);
00016     ~IdOpCompress() {}
00017 
00018     virtual NamedId * convert(const NamedId& inputId);
00019     virtual std::string myOp() const {return std::string("COMPRESS");}
00020   private:
00021     std::string from;
00022     std::string to;
00023   };
00024 }
00025 #endif

Generated on Wed Oct 16 14:02:48 2002 by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001