openMSX
XMLLoader.hh
Go to the documentation of this file.
1 #ifndef XMLLOADER_HH
2 #define XMLLOADER_HH
3 
4 #include <string>
5 #include <string_view>
6 
7 namespace openmsx {
8 
9 class XMLElement;
10 
11 namespace XMLLoader {
12 
13 [[nodiscard]] XMLElement load(const std::string& filename, std::string_view systemID);
14 
15 } // namespace XMLLoader
16 } // namespace openmsx
17 
18 #endif
XMLElement load(const std::string &filename, string_view systemID)
Definition: XMLLoader.cc:33
This file implemented 3 utility functions:
Definition: Autofire.cc:9
constexpr const char *const filename