Async 1.8.0
|
This is the complete list of members for Async::Factory< T, Args >, including all inherited members.
createNamedObject(const std::string &name, Args... args) | Async::Factory< T, Args > | inlinestatic |
createObject(Args... args)=0 | Async::Factory< T, Args > | protectedpure virtual |
Factory(const std::string &name) | Async::Factory< T, Args > | inline |
Factory(const Factory< T, Args... > &)=delete | Async::Factory< T, Args > | |
operator=(const Factory< T, Args... > &)=delete | Async::Factory< T, Args > | |
validFactories(void) | Async::Factory< T, Args > | inlinestatic |
~Factory(void) | Async::Factory< T, Args > | inlinevirtual |