XMLSaver.hpp

00001 
00002 //
00003 // $Id: XMLSaver.hpp,v 1.1 2004/08/12 16:00:32 werner Exp $
00004 //
00005 // $Log: XMLSaver.hpp,v $
00006 // Revision 1.1  2004/08/12 16:00:32  werner
00007 // Fiber Bundle XML Layer
00008 //
00009 //
00011 #ifndef __FIBER_XMLSAVER_HPP
00012 #define __FIBER_XMLSAVER_HPP "Created 27.02.2001 21:42:27 by werner"
00013 
00014 #include "FBXMLAPI.h"
00015 #include "init.hpp"
00016 #include <memcore/Persistencer.hpp>
00017 
00018 namespace Fiber
00019 {
00020         using std::list;
00021         using std::string;
00022         using namespace MemCore;
00023 
00024 template <class FiberStructure>
00025         class   XMLSaver;
00026 
00027 template <class FiberStructure>
00028         class   XMLSaverCreator;
00029 
00030 template <class FiberStructure>
00031         class   XMLLoader;
00032 
00033 } /* namespace Fiber */ 
00034 
00035 #endif /* __FIBER_XMLSAVER_HPP */
00036