|
Brunot
|
This is the complete list of members for th::Factory, including all inherited members.
| create(const std::string &name) -> std::unique_ptr< AnySerializable > | th::Factory | privatestatic |
| Factory()=delete | th::Factory | |
| Factory(const Factory &other)=delete | th::Factory | |
| Factory(Factory &&other) noexcept=delete | th::Factory | |
| Library | th::Factory | private |
| make(const std::string &name) -> std::unique_ptr< T > | th::Factory | inlinestatic |
| make(const std::string &name) -> std::unique_ptr< GameObject > | th::Factory | inline |
| makePath(const std::string &name) -> std::string | th::Factory | privatestatic |
| operator=(const Factory &other) -> Factory &=delete | th::Factory | |
| operator=(Factory &&other) noexcept -> Factory &=delete | th::Factory | |
| ~Factory()=delete | th::Factory |