Audacity 3.2.0
Classes | Typedefs
XMLTagHandler.h File Reference
#include <string_view>
#include <vector>
#include "XMLWriter.h"
#include "XMLAttributeValueView.h"
Include dependency graph for XMLTagHandler.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  XMLValueChecker
 XMLValueChecker implements static bool methods for checking input values from XML files. More...
 
class  XMLTagHandler
 This class is an interface which should be implemented by classes which wish to be able to load and save themselves using XML files. More...
 

Typedefs

using Attribute = std::pair< std::string_view, XMLAttributeValueView >
 
using AttributesList = std::vector< Attribute >
 

Typedef Documentation

◆ Attribute

using Attribute = std::pair<std::string_view, XMLAttributeValueView>

Definition at line 39 of file XMLTagHandler.h.

◆ AttributesList

using AttributesList = std::vector<Attribute>

Definition at line 40 of file XMLTagHandler.h.