LILAC
|
#include <type_traits>
#include <string>
#include <iostream>
#include "item_factory.h"
#include "defs.hpp"
Go to the source code of this file.
Classes | |
class | type_register< T > |
Registers a string to a type creation function. More... |
Macros | |
#define | TYPE_REGISTER_HPP |
Functions | |
template<class T > | |
item * | __maker__ () |
overloadable template to construct a basic object |
#define TYPE_REGISTER_HPP |
Definition at line 19 of file type_register.hpp.
item* __maker__ | ( | ) |
overloadable template to construct a basic object
Definition at line 36 of file type_register.hpp.