Minetest  5.4.0
nameidmapping.h File Reference
#include <string>
#include <iostream>
#include <set>
#include <unordered_map>
#include "irrlichttypes_bloated.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 Documentation

◆ IdToNameMap

typedef std::unordered_map<u16, std::string> IdToNameMap

◆ NameToIdMap

typedef std::unordered_map<std::string, u16> NameToIdMap