Guitar
Functions
htmlencode.h File Reference
#include <string>
#include <string_view>
Include dependency graph for htmlencode.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

std::string html_encode (char const *ptr, char const *end, bool utf8through=true)
 
std::string html_decode (char const *ptr, char const *end)
 
std::string html_encode (char const *ptr, size_t len, bool utf8through=true)
 
std::string html_decode (char const *ptr, size_t len)
 
std::string html_encode (char const *ptr, bool utf8through=true)
 
std::string html_decode (char const *ptr)
 
std::string html_encode (std::string_view const &str, bool utf8through=true)
 
std::string html_decode (std::string_view const &str)
 

Function Documentation

◆ html_decode() [1/4]

std::string html_decode ( char const *  ptr)
Here is the call graph for this function:

◆ html_decode() [2/4]

std::string html_decode ( char const *  ptr,
char const *  end 
)
Here is the call graph for this function:

◆ html_decode() [3/4]

std::string html_decode ( char const *  ptr,
size_t  len 
)
Here is the call graph for this function:

◆ html_decode() [4/4]

std::string html_decode ( std::string_view const &  str)
Here is the call graph for this function:

◆ html_encode() [1/4]

std::string html_encode ( char const *  ptr,
bool  utf8through = true 
)
Here is the call graph for this function:

◆ html_encode() [2/4]

std::string html_encode ( char const *  ptr,
char const *  end,
bool  utf8through = true 
)
Here is the call graph for this function:

◆ html_encode() [3/4]

std::string html_encode ( char const *  ptr,
size_t  len,
bool  utf8through = true 
)
Here is the call graph for this function:

◆ html_encode() [4/4]

std::string html_encode ( std::string_view const &  str,
bool  utf8through = true 
)
Here is the call graph for this function: