FrameworkRegistry Constructor and Destructor
Function Usage
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
Constraints
None
Parent topic: FrameworkRegistry