Base: Add asserts to check that Type has been initialized
This commit is contained in:
@@ -134,6 +134,8 @@ public:
|
||||
static const std::string getModuleName(const char* className);
|
||||
|
||||
private:
|
||||
[[nodiscard]] instantiationMethod getInstantiationMethod() const;
|
||||
|
||||
TypeId index {BadTypeIndex};
|
||||
|
||||
static std::map<std::string, TypeId> typemap;
|
||||
|
||||
Reference in New Issue
Block a user