This file contains the BIN implementation of the storage class. More...
#include <config.h>
#include <storage/storage.h>
#include <QDomDocument>
#include <list>
#include <storage/types.h>
Go to the source code of this file.
Classes | |
class | storage::VVEStorage_XMLReader |
Implementation reading an XML file. More... | |
class | storage::VVEStorage_XMLWriter |
Implementation writing an XML file. More... | |
Namespaces | |
namespace | storage |
Namespace containing all functions and classes related to VVE persistence. | |
Defines | |
#define | DEF_FIELD(T) virtual bool field(const QString& name, T& value); |
#define | DEF_FIELD(T) virtual bool field(const QString& name, T& value); |
This file contains the BIN implementation of the storage class.
This file contains the XML implementation of the storage class.
Definition in file storage_xml.h.