00001 
00002 
00003 
00004 
00006 #ifndef __FIBER_HDF5SAVER_HPP
00007 #define __FIBER_HDF5SAVER_HPP "Created 27.02.2001 21:42:27 by werner"
00008 
00009 #include "FBhdf5API.h"
00010 #include "init.hpp"
00011 #include <memcore/Persistencer.hpp>
00012 
00013 namespace Fiber
00014 {
00015         using std::list;
00016         using std::string;
00017         using namespace MemCore;
00018 
00019 template <class FiberStructure>
00020         class   HDF5Saver;
00021 
00022 template <class FiberStructure>
00023         class   HDF5SaverCreator;
00024 
00025 template <class FiberStructure>
00026         class   HDF5Loader;
00027 
00028 }  
00029 
00030 #endif 
00031