mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-22 04:39:18 +02:00
Merge branch 'tmj-dev' into dev
This commit is contained in:
4
Names.h
4
Names.h
@@ -53,10 +53,10 @@ public:
|
||||
protected:
|
||||
// types
|
||||
using type_sequence = std::deque<Type_ *>;
|
||||
using type_map = std::unordered_map<std::string, std::size_t>;
|
||||
using index_map = std::unordered_map<std::string, std::size_t>;
|
||||
// members
|
||||
type_sequence m_items;
|
||||
type_map m_itemmap;
|
||||
index_map m_itemmap;
|
||||
|
||||
public:
|
||||
// data access
|
||||
|
||||
Reference in New Issue
Block a user