#include "../../include/Network/URLHandler.hpp"
Namespaces | |
| namespace | Network |
Defines | |
| #define | isIn(X, Y) _isIn(X, sizeof(X) / sizeof(X[0]), Y) |
Functions | |
| bool | Network::_isIn (const tchar *array, const unsigned int len, tchar ch) |
| bool | Network::isHex (const tchar a) |
Variables | |
| static const tchar | Network::less_reserved [] = { ';', ':', '@', '&', '=', '+', '$', ',' } |
| static const tchar | Network::reserved [] = { ';', '/', '?', ':', '@', '&', '=', '+', '$', ',' } |
| static const tchar | Network::unreserved [] |
| #define isIn | ( | X, | |||
| Y | ) | _isIn(X, sizeof(X) / sizeof(X[0]), Y) |
