Guitar
Classes | Functions
htmlencode.h File Reference
#include <string>
#include <string_view>
#include <vector>
#include <cstring>
Include dependency graph for htmlencode.h:

Go to the source code of this file.

Classes

class  HtmlEncode
 

Functions

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

Function Documentation

◆ html_decode() [1/4]

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

◆ html_decode() [2/4]

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

◆ html_decode() [3/4]

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

◆ html_decode() [4/4]

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

◆ html_encode() [1/4]

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

◆ html_encode() [2/4]

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

◆ html_encode() [3/4]

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

◆ html_encode() [4/4]

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