IControl factory class, returns a concrete implementation of IControl.
More...
#include <IControl.h>
IControl factory class, returns a concrete implementation of IControl.
◆ createControl()
virtual std::shared_ptr<IControl> firebolt::rialto::IControlFactory::createControl |
( |
| ) |
const |
|
pure virtual |
IControl factory method, returns a concrete implementation of IControl.
- Return values
-
the | new IControl instance or null on error. |
◆ createFactory()
static std::shared_ptr<IControlFactory> firebolt::rialto::IControlFactory::createFactory |
( |
| ) |
|
|
static |
Creates a IControlFactory instance.
- Return values
-
the | factory instance or null on error. |
The documentation for this class was generated from the following file: