Network Namespace Reference


Detailed Description

Network specific code.


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 []


Function Documentation

bool Network::_isIn ( const tchar *  array,
const unsigned int  len,
tchar  ch 
) [inline]

bool Network::isHex ( const tchar  a  )  [inline]


Variable Documentation

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',
                                            '-', '_', '.', '!', '~', '*', '\'', '(', ')' }


(C) An X-Ryl669 project 2007

This document describes Unlimited Zooming Interface source code. UZI stands for Unlimited Zooming Interface, and source code license is