WARPXM v1.10.0
|
#include <wxcreator.h>
Public Member Functions | |
WxCreatorBase (std::string nm, const std::type_info *dtype) | |
virtual B * | getNew ()=0 |
calls constructors for derived class taking no arguments | |
Public Member Functions inherited from wxm::detail::creator_base | |
creator_base (std::string name, const std::type_info *dtype) | |
virtual | ~creator_base ()=default |
Additional Inherited Members | |
Public Attributes inherited from wxm::detail::creator_base | |
std::string | name_ |
const std::type_info * | type_ |
|
inline |
|
pure virtual |
calls constructors for derived class taking no arguments
Implemented in WxCreator< D, B >.