FrameworkRegistry Constructor and Destructor
Description
Constructs/Destructs an object of class FrameworkRegistry.
Prototype
1 2 3 4 | FrameworkRegistry(const FrameworkRegistry &) = delete FrameworkRegistry& operator = (const FrameworkRegistry &) = delete ~FrameworkRegistry() static FrameworkRegistry& Instance() |
Parameters
N/A
Returns
Instance(), that is, the singleton object of FrameworkRegistry.
Exception Handling
None.
Restrictions
None.
Parent topic: FrameworkRegistry