#include <Factory.hpp>
Public Member Functions | |
virtual | ~ShopAPI () |
virtual base_type * | create (std::string const &name)=0 |
Definition at line 41 of file Factory.hpp.
virtual opspace::ShopAPI< base_type >::~ShopAPI | ( | ) | [inline, virtual] |
Definition at line 42 of file Factory.hpp.
virtual base_type* opspace::ShopAPI< base_type >::create | ( | std::string const & | name | ) | [pure virtual] |
Implemented in opspace::TaskShop< task_subtype >, and opspace::SkillShop< skill_subtype >.