#include <Factory.h>
Public Member Functions | |
Factory ()=default | |
func_data | get (std::string c, std::string f) |
void | record (ClassFactory cls) |
Private Attributes | |
std::map< std::string, ClassFactory > | classes |
|
default |
|
inline |
|
inline |
|
private |