#include <string>#include <iostream>#include <unordered_map>#include <cassert>#include "irrlichttypes.h"
Include dependency graph for nameidmapping.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | NameIdMapping |
Typedefs | |
| typedef std::unordered_map< u16, std::string > | IdToNameMap |
| typedef std::unordered_map< std::string, u16 > | NameToIdMap |
| typedef std::unordered_map<u16, std::string> IdToNameMap |
| typedef std::unordered_map<std::string, u16> NameToIdMap |