#include <string>

Go to the source code of this file.
Namespaces | |
| namespace | 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") | |
| std::string | srecord::string_url_decode (const std::string &text) |
| The string_url_decode function build a new string by removing url quoting ("$FF") | |
| std::string | srecord::string_quote_c (const std::string &text) |