Audacity 3.2.0
|
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 > |
using Attribute = std::pair<std::string_view, XMLAttributeValueView> |
Definition at line 39 of file XMLTagHandler.h.
using AttributesList = std::vector<Attribute> |
Definition at line 40 of file XMLTagHandler.h.