#include "iopcClassFactory.h"
#include "iopcLibCommon.h"
#include <map>
Include dependency graph for iopcClassFactory.cpp:
Classes | |
struct | LtStr |
Helper struct used as comparator in ClassFactoryMap. More... | |
struct | CreateMethodPointers |
Helper struct used as value type in ClassFactoryMap - contains pointers to createInstance () and createReference () methods. More... | |
Typedefs | |
typedef map< const char *, CreateMethodPointers, LtStr > | ClassFactoryMap |
Variables | |
IopcClassFactory | iopcClassFactory |
|
Type of map used in IopcClassFactory::classFactoryMap.
|
|
The one and only instance of IopcClassFactory. Stores pointers to functions that can create new instance of / reference to appropriate IopcPersistentObject ancestor. It is filled by constructors of IopcClassRegistrar-s. |