Collaboration diagram for Factories:Functions | |
| OPENDAQ_DECLARE_CLASS_FACTORY_WITH_INTERFACE (LIBRARY_FACTORY, PropertyObjectClassBuilder, IPropertyObjectClassBuilder, IString *, name) OPENDAQ_DECLARE_CLASS_FACTORY_WITH_INTERFACE(LIBRARY_FACTORY | |
| Creates a property object class configuration object with a given name. More... | |
| PropertyObjectClassBuilderPtr | PropertyObjectClassBuilder (const StringPtr &name) |
| Creates a property object class builder object with a given name. More... | |
| PropertyObjectClassBuilderPtr | PropertyObjectClassBuilder (const TypeManagerPtr &manager, const StringPtr &name) |
| Creates a Property object class builder object with a given name, and a reference to the Property object class manager. More... | |
| PropertyObjectClassPtr | PropertyObjectClassFromBuilder (const PropertyObjectClassBuilderPtr &builder) |
| Creates a PropertyObjectClass using Builder. More... | |
| OPENDAQ_DECLARE_CLASS_FACTORY_WITH_INTERFACE | ( | LIBRARY_FACTORY | , |
| PropertyObjectClassBuilder | , | ||
| IPropertyObjectClassBuilder | , | ||
| IString * | , | ||
| name | |||
| ) |
Creates a property object class configuration object with a given name.
| name | The name of the class. |
Creates a Property object class configuration object with a given name, and a reference to the Type manager.
| manager | The Property object class manager object. |
| name | The name of the class. |
|
inline |
Creates a property object class builder object with a given name.
| name | The name of the class. |
|
inline |
Creates a Property object class builder object with a given name, and a reference to the Property object class manager.
| manager | The Property object class manager object. |
| name | The name of the class. |
|
inline |
Creates a PropertyObjectClass using Builder.
| builder | PropertyObjectClass Builder |