openMSX
Functions
XMLEscape.hh File Reference
#include <array>
#include <string>
#include <string_view>
Include dependency graph for XMLEscape.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

template<typename Output >
void XMLEscape (std::string_view s, Output output)
 
std::string XMLEscape (std::string_view s)
 

Function Documentation

◆ XMLEscape() [1/2]

std::string XMLEscape ( std::string_view  s)
inline

Definition at line 71 of file XMLEscape.hh.

References XMLEscape().

◆ XMLEscape() [2/2]

template<typename Output >
void XMLEscape ( std::string_view  s,
Output  output 
)
inline

Definition at line 22 of file XMLEscape.hh.

Referenced by TEST_CASE(), and XMLEscape().