libdonut 2.3.6
Application framework for cross-platform game development in C++20
Loading...
Searching...
No Matches
Classes | Namespaces
xml.hpp File Reference
#include <cstddef>
#include <memory>
#include <stdexcept>
#include <string>
#include <string_view>

Go to the source code of this file.

Classes

struct  donut::xml::Error
 Exception type for errors originating from the XML API. More...
 
struct  donut::xml::Attribute
 Named attribute of an Element with an optional value. More...
 
struct  donut::xml::Element
 Node in a Document. More...
 
struct  donut::xml::Document
 Tree of Element nodes defined by an XML file. More...
 

Namespaces

namespace  donut
 
namespace  donut::xml