This is the complete list of members for Factory< T, Args >, including all inherited members.
| addAlias(const string &original, const string &alias) | Factory< T, Args > | inline |
| addDeprecatedAlias(const string &original, const string &alias) | Factory< T, Args > | inlineprotected |
| canonicalize(const string &name) | Factory< T, Args > | inline |
| create(const string &name, Args... args) | Factory< T, Args > | inline |
| deleteFactories() | FactoryBase | inlinestatic |
| deleteFactory()=0 | FactoryBase | protectedpure virtual |
| exists(const string &name) const | Factory< T, Args > | inline |
| FactoryBase() | FactoryBase | inlineprotected |
| m_creators (defined in Factory< T, Args >) | Factory< T, Args > | private |
| m_deprecated_names | Factory< T, Args > | private |
| m_synonyms | Factory< T, Args > | private |
| reg(const string &name, function< T *(Args...)> f) | Factory< T, Args > | inline |
| s_vFactoryRegistry | FactoryBase | privatestatic |
| ~Factory() (defined in Factory< T, Args >) | Factory< T, Args > | inlinevirtual |
| ~FactoryBase() | FactoryBase | inlinevirtual |