|
Maze Builder Docs 7.5.6
|
This is the complete list of members for mazes::factory_interface< InterfaceType >, including all inherited members.
| clear() noexcept=0 | mazes::factory_interface< InterfaceType > | pure virtual |
| create(const std::string &key, const configurator &config) const noexcept=0 | mazes::factory_interface< InterfaceType > | pure virtual |
| factory_creator_t typedef | mazes::factory_interface< InterfaceType > | |
| get_registered_keys() const =0 | mazes::factory_interface< InterfaceType > | pure virtual |
| is_registered(const std::string &key) const =0 | mazes::factory_interface< InterfaceType > | pure virtual |
| register_creator(const std::string &key, factory_creator_t creator) noexcept=0 | mazes::factory_interface< InterfaceType > | pure virtual |
| unregister_creator(const std::string &key) noexcept=0 | mazes::factory_interface< InterfaceType > | pure virtual |
| ~factory_interface()=default (defined in mazes::factory_interface< InterfaceType >) | mazes::factory_interface< InterfaceType > | virtual |