00001
00002
00003
00004
00005
00006
00007
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 }
00034
00035 #endif
00036