#include <string>
#include <sstream>
#include <vector>
#include <cassert>
#include <zipios++/zipios-config.h>
#include <zipios++/zipfile.h>
#include <zipios++/zipinputstream.h>
#include <zipios++/zipoutputstream.h>
#include <zipios++/meta-iostreams.h>
#include "FileInfo.h"
Go to the source code of this file.
Classes | |
class | Base::StringWriter |
The StringWriter class This is an important helper class implementation for the store and retrieval system of objects in FreeCAD. More... | |
class | Base::Writer |
The Writer class This is an important helper class for the store and retrieval system of persistent objects in FreeCAD. More... | |
struct | Base::Writer::FileEntry |
class | Base::ZipWriter |
The ZipWriter class This is an important helper class implementation for the store and retrieval system of persistent objects in FreeCAD. More... | |
Namespaces | |
namespace | Base |
The namespace of the FreeCAD Base library. |