FrameworkRegistry Constructor and Destructor
Description
Constructs/Destructs an object of class FrameworkRegistry.
Prototype
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