Collaboration diagram for Factories:Functions | |
| OPENDAQ_DECLARE_CLASS_FACTORY (LIBRARY_FACTORY, PropertyObject) OPENDAQ_DECLARE_CLASS_FACTORY_WITH_INTERFACE(LIBRARY_FACTORY | |
| Creates a empty Property object with no class. More... | |
| PropertyObjectPtr | PropertyObject () |
| Creates a empty Property object with no class. More... | |
| PropertyObjectPtr | PropertyObject (const TypeManagerPtr &manager, const StringPtr &className) |
| Creates a Property object that inherits the properties of a class added to the Type manager with the specified name. More... | |
| OPENDAQ_DECLARE_CLASS_FACTORY | ( | LIBRARY_FACTORY | , |
| PropertyObject | |||
| ) |
Creates a empty Property object with no class.
Creates a Property object that inherits the properties of a class added to the Type manager with the specified name.
| manager | The Type manager manager. |
| className | The name of the class from which the Property object inherits its properties. |
|
inline |
Creates a empty Property object with no class.
The Type Manager is usually obtained from the openDAQ Context object.
|
inline |
Creates a Property object that inherits the properties of a class added to the Type manager with the specified name.
| manager | The Type manager. |
| className | The name of the class from which the Property object inherits its properties. |