Maze Builder Docs 7.5.6
Loading...
Searching...
No Matches
mazes::factory_interface< InterfaceType > Member List

This is the complete list of members for mazes::factory_interface< InterfaceType >, including all inherited members.

clear() noexcept=0mazes::factory_interface< InterfaceType >pure virtual
create(const std::string &key, const configurator &config) const noexcept=0mazes::factory_interface< InterfaceType >pure virtual
factory_creator_t typedefmazes::factory_interface< InterfaceType >
get_registered_keys() const =0mazes::factory_interface< InterfaceType >pure virtual
is_registered(const std::string &key) const =0mazes::factory_interface< InterfaceType >pure virtual
register_creator(const std::string &key, factory_creator_t creator) noexcept=0mazes::factory_interface< InterfaceType >pure virtual
unregister_creator(const std::string &key) noexcept=0mazes::factory_interface< InterfaceType >pure virtual
~factory_interface()=default (defined in mazes::factory_interface< InterfaceType >)mazes::factory_interface< InterfaceType >virtual