#include "XMLTagHandler.h"
#include "MemoryStream.h"
#include <wx/mstream.h>
#include <unordered_set>
#include <unordered_map>
#include "Identifier.h"
Go to the source code of this file.
|
using | SampleBlockID = long long |
|
using | NameMap = std::unordered_map< wxString, unsigned short > |
|
using | IdMap = std::unordered_map< unsigned short, std::string > |
|
◆ IdMap
using IdMap = std::unordered_map<unsigned short, std::string> |
◆ NameMap
using NameMap = std::unordered_map<wxString, unsigned short> |
◆ SampleBlockID