WARPXM v1.10.0
Loading...
Searching...
No Matches
wxm::detail::creator_base Class Reference

implementation detail so deletion happens correctly More...

#include <wxcreator.h>

Inheritance diagram for wxm::detail::creator_base:
WxCreatorBase< B > WxCreatorForChildrenBase< B > WxCreator< D, B > WxCreatorForChildren< D, B >

Detailed Description

implementation detail so deletion happens correctly

Public Member Functions

 creator_base (std::string name, const std::type_info *dtype)
 
virtual ~creator_base ()=default
 

Public Attributes

std::string name_
 
const std::type_info * type_
 

Constructor & Destructor Documentation

◆ creator_base()

wxm::detail::creator_base::creator_base ( std::string  name,
const std::type_info *  dtype 
)
inline

◆ ~creator_base()

virtual wxm::detail::creator_base::~creator_base ( )
virtualdefault

Member Data Documentation

◆ name_

std::string wxm::detail::creator_base::name_

◆ type_

const std::type_info* wxm::detail::creator_base::type_

The documentation for this class was generated from the following file: