HDF5Saver.hpp

00001 
00002 //
00003 // $Id: HDF5Saver.hpp,v 1.4 2007/10/24 04:45:26 werner Exp $
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 } /* namespace Fiber */ 
00029 
00030 #endif /* __FIBER_HDF5SAVER_HPP */
00031