#include <stdlib.h>
#include "cObject.h"
#include "iopcClassObject.h"
#include "iopcClassFactory.h"
#include "asserte.h"
#include "iopcDllExternal.h"
Include dependency graph for iopcPersistentObject.h:

This graph shows which files directly or indirectly include this file:

Classes | |
| struct | IopcImportExportStruct |
| Type of one entry in IopcClassObjectImpl::importExportArray. More... | |
| class | IopcPersistentObject |
| Abstract ancestor of all IOPC-style persistent objects. More... | |
| class | IopcClassRegistrar |
Template used to register class's createInstance() and createReference() functions in iopcClassFactory. More... | |