4#include <QSharedMemory>
13 template <
typename DataBlock>
17 class List :
public QList<SharedData*>
46 QSharedMemory sharedMemory;
51#ifndef XXSharedDataHPP
52#include "XXSharedData.hpp"
Guard(SharedData *instance)
const QString & getErrorString() const
SharedData(const QString &uniqueName, bool readOnly)
DataBlock * dataBlock
Definition XXSharedData.h:42
bool readOnly
Definition XXSharedData.h:43
Definition XXPopulatedAbstract.h:11