This is the complete list of members for Cori::Core::Factory< BaseType, KeyType, CtorArgs >, including all inherited members.
| CreateShared(const KeyType &key, CtorArgs... ctorArgs) | Cori::Core::Factory< BaseType, KeyType, CtorArgs > | inlinestatic |
| CreateUnique(const KeyType &key, CtorArgs... ctorArgs) | Cori::Core::Factory< BaseType, KeyType, CtorArgs > | inlinestatic |
| Factory(const Factory &)=delete | Cori::Core::Factory< BaseType, KeyType, CtorArgs > | |
| Factory(Factory &&)=delete | Cori::Core::Factory< BaseType, KeyType, CtorArgs > | |
| Instance() | Cori::Core::Factory< BaseType, KeyType, CtorArgs > | inlinestatic |
| operator=(const Factory &)=delete | Cori::Core::Factory< BaseType, KeyType, CtorArgs > | |
| operator=(Factory &&)=delete | Cori::Core::Factory< BaseType, KeyType, CtorArgs > | |
| RegisterShared(const KeyType &key, SharedCreator creator) | Cori::Core::Factory< BaseType, KeyType, CtorArgs > | inline |
| RegisterUnique(const KeyType &key, UniqueCreator creator) | Cori::Core::Factory< BaseType, KeyType, CtorArgs > | inline |
| SharedCreator typedef | Cori::Core::Factory< BaseType, KeyType, CtorArgs > | |
| UniqueCreator typedef | Cori::Core::Factory< BaseType, KeyType, CtorArgs > | |