createInstance()
and createReference()
functions in iopcClassFactory.
More...
#include <iopcPersistentObject.h>
Public Member Functions | |
IopcClassRegistrar (const char *className) |
createInstance()
and createReference()
functions in iopcClassFactory.
createInstance()
and createReference()
functions are generated by IOPC SP and used to create new instances of persistent classes / references to them.
IOPC SP creates an instance of this template for each persistent class found in processed source file. If a class is included in more source files, more instances of this template may exists for the class. The only thing that template does is done in its constructor, after the construction the template instance is no longer needed.
|
Constructor. Registers T's
|