Audacity 3.2.0
Classes
XMLWriter.h File Reference
#include <vector>
#include <wx/ffile.h>
#include <string_view>
#include "MemoryStream.h"
#include "FileException.h"
#include "Identifier.h"
Include dependency graph for XMLWriter.h:
This graph shows which files directly or indirectly include this file:

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