OpenTwin
0.1
OpenTwin
Loading...
Searching...
No Matches
UrlEncoding.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "
OTSystem/SystemAPIExport.h
"
4
5
#include <string>
6
7
namespace
ot
{
8
10
namespace
url
{
11
15
OT_SYS_API_EXPORT
std::string
urlEncode
(std::string _str);
16
}
17
}
SystemAPIExport.h
OT_SYS_API_EXPORT
#define OT_SYS_API_EXPORT
Definition
SystemAPIExport.h:11
ot::url::urlEncode
OT_SYS_API_EXPORT std::string urlEncode(std::string _str)
Will encode the string given as argument such that it can be used in URLs.
Definition
UrlEncoding.cpp:8
ot
Definition
Connector.h:8
url
Libraries
OTSystem
include
OTSystem
UrlEncoding.h
Generated by
1.10.0