Audacity 3.2.0
|
#include <vector>
#include <wx/ffile.h>
#include <string_view>
#include "MemoryStream.h"
#include "FileException.h"
#include "Identifier.h"
Go to the source code of this file.
Classes | |
class | XMLWriter |
Base class for XMLFileWriter and XMLStringWriter that provides the general functionality for creating XML in UTF8 encoding. More... | |
class | XMLFileWriter |
Wrapper to output XML data to files. More... | |
class | XMLStringWriter |
Wrapper to output XML data to strings. More... | |
class | XMLUtf8BufferWriter |