srecord  1.65.0
string.h File Reference
#include <string>
Include dependency graph for string.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 srecord
 

Functions

std::string srecord::string_url_encode (const std::string &text)
 The string_url_encode function build a new string by adding url quoting ("$FF") More...
 
std::string srecord::string_url_decode (const std::string &text)
 The string_url_decode function build a new string by removing url quoting ("$FF") More...
 
std::string srecord::string_quote_c (const std::string &text)