Classes | |
| class | URL |
| The Universal Resource Location implementation. More... | |
Functions | |
| bool | _isIn (const tchar *array, const unsigned int len, tchar ch) |
| bool | isHex (const tchar a) |
Variables | |
| static const tchar | less_reserved [] = { ';', ':', '@', '&', '=', '+', '$', ',' } |
| static const tchar | reserved [] = { ';', '/', '?', ':', '@', '&', '=', '+', '$', ',' } |
| static const tchar | unreserved [] |
| bool Network::_isIn | ( | const tchar * | array, | |
| const unsigned int | len, | |||
| tchar | ch | |||
| ) | [inline] |
| bool Network::isHex | ( | const tchar | a | ) | [inline] |
const tchar Network::less_reserved[] = { ';', ':', '@', '&', '=', '+', '$', ',' } [static] |
const tchar Network::reserved[] = { ';', '/', '?', ':', '@', '&', '=', '+', '$', ',' } [static] |
const tchar Network::unreserved[] [static] |
Initial value:
{ 'a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'm', 'n', 'o', 'p', 'q', 'r', 's', 't', 'u', 'v', 'w', 'x', 'y', 'z',
'A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y', 'Z',
'0', '1', '2', '3', '4', '5', '6', '7', '8', '9',
'-', '_', '.', '!', '~', '*', '\'', '(', ')' }
