#include <string>
Include dependency graph for wwwdecode.h:
Go to the source code of this file.
Namespaces | |
namespace | Dv |
namespace | Dv::Cgi |
Functions | |
std::string & | www_decode (std::string &s) |
In-place decode (RFC 1738) of string s. | |
std::string & | www_encode (const std::string &sin, std::string &sout) |
Encode (RFC 1738) string. |
Definition in file wwwdecode.h.
|
In-place decode (RFC 1738) of string s.
|
|
Encode (RFC 1738) string.
|
dvcgi-0.5.12 | [27 April, 2004] |