FSsaver.hpp

00001 
00002 //
00003 // $Id: FSsaver.hpp,v 1.1 2004/09/10 14:56:58 werner Exp $
00004 //
00005 // $Log: FSsaver.hpp,v $
00006 // Revision 1.1  2004/09/10 14:56:58  werner
00007 // Preliminiary file system support.
00008 //
00009 //
00011 #ifndef __FIBER_FSSAVER_HPP
00012 #define __FIBER_FSSAVER_HPP "Created 27.02.2001 21:42:27 by werner"
00013 
00014 #include "fsAPI.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   FSSaver;
00026 
00027 template <class FiberStructure>
00028         class   FSSaverCreator;
00029 
00030 template <class FiberStructure>
00031         class   FSLoader;
00032 
00033 } /* namespace Fiber */ 
00034 
00035 #endif /* __FIBER_FSSAVER_HPP */
00036