10Duke Enterprise C++ SDK
Toggle main menu visibility
Loading...
Searching...
No Matches
Win32URLDecoder.h
1
#ifndef TENDUKE_NET_WIN_WIN32URLDECODER_H
2
#define TENDUKE_NET_WIN_WIN32URLDECODER_H
3
4
#include "net/URLDecoder.h"
5
6
namespace
tenduke
{
namespace
net
{
namespace
win {
7
11
class
Win32URLDecoder
:
public
::tenduke::net::URLDecoder
12
{
13
// tenduke::net::URLDecoder implementation
14
public
:
15
std::string
decode
(
16
const
char
*stringToDecode,
17
std::size_t len
18
)
const override
;
19
20
std::string
decode
(
const
char
*value)
const override
;
21
22
};
23
24
}}}
25
26
#endif
//TENDUKE_NET_WIN_WIN32URLDECODER_H
tenduke::net::URLDecoder
Service to URL-decode a string.
Definition
URLDecoder.h:14
tenduke::net::win::Win32URLDecoder
Win32 implementation of tenduke::net::URLDecoder.
Definition
Win32URLDecoder.h:12
tenduke::net::win::Win32URLDecoder::decode
std::string decode(const char *stringToDecode, std::size_t len) const override
URL-decodes given string.
Definition
Win32URLDecoder.cpp:15
tenduke::net
Generic networking support.
Definition
AbstractURLCodec.h:6
tenduke
Root for classes, functions and globals of 10Duke C++ Client.
Definition
APIRequest.h:4
core
services
windows
src
net
Win32URLDecoder.h
Generated by
1.17.0