|
srecord
1.65.0
|
#include <string>

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) |