WARPXM v1.10.0
|
This creator is meant to be used for classes with default constructor. More...
#include <wxcreator.h>
This creator is meant to be used for classes with default constructor.
Public Member Functions | |
WxCreator (std::string name) | |
B * | getNew () |
calls constructors for derived class taking no arguments | |
![]() | |
WxCreatorBase (std::string nm, const std::type_info *dtype) | |
virtual B * | getNew ()=0 |
calls constructors for derived class taking no arguments | |
![]() | |
creator_base (std::string name, const std::type_info *dtype) | |
virtual | ~creator_base ()=default |
Additional Inherited Members | |
![]() | |
std::string | name_ |
const std::type_info * | type_ |
|
inline |
|
inlinevirtual |
calls constructors for derived class taking no arguments
Implements WxCreatorBase< B >.