#include <AsyncFactory.h>
|
T * | createObject (Args... args) |
| Create and return a new instance of an object.
|
|
|
static Base * | createNamedObject (const std::string &name, Args... args) |
| Create an instance of the named class.
|
|
static std::string | validFactories (void) |
| Get a list of valid class names.
|
|
template<class Base, class T, typename... Args>
class Async::SpecificFactory< Base, T, Args >
- Examples
- AsyncFactory_demo.cpp.
Definition at line 290 of file AsyncFactory.h.
◆ SpecificFactory()
template<class Base , class T , typename... Args>
Constructor.
- Parameters
-
name | The name of the specific object factory being created |
Definition at line 297 of file AsyncFactory.h.
◆ createObject()
template<class Base , class T , typename... Args>
The documentation for this class was generated from the following file: