Audacity 3.2.0
Classes | Typedefs
ProjectSerializer.h File Reference
#include "XMLTagHandler.h"
#include "MemoryStream.h"
#include <wx/mstream.h>
#include <unordered_set>
#include <unordered_map>
#include "Identifier.h"
Include dependency graph for ProjectSerializer.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ProjectSerializer
 a class used to (de)serialize the project catalog More...
 

Typedefs

using SampleBlockID = long long
 
using NameMap = std::unordered_map< wxString, unsigned short >
 
using IdMap = std::unordered_map< unsigned short, std::string >
 

Typedef Documentation

◆ IdMap

using IdMap = std::unordered_map<unsigned short, std::string>

Definition at line 33 of file ProjectSerializer.h.

◆ NameMap

using NameMap = std::unordered_map<wxString, unsigned short>

ProjectSerializer

Definition at line 32 of file ProjectSerializer.h.

◆ SampleBlockID

using SampleBlockID = long long

Definition at line 25 of file ProjectSerializer.h.