TUri.cxx File Reference

#include <ctype.h>
#include "TUri.h"
#include "TObjArray.h"
#include "TObjString.h"
#include "TPRegexp.h"

Go to the source code of this file.

Functions

 ClassImp (TUri) TUri
Bool_t operator== (const TUri &u1, const TUri &u2)

Variables

const char *const kURI_pchar = "(?:[[:alpha:][:digit:]-._~!$&'()*+,;=:@]|%[0-9A-Fa-f][0-9A-Fa-f])"
const char *const kURI_unreserved = "[[:alpha:][:digit:]-._~]"
const char *const kURI_reserved = "[:/?#[]@!$&'()*+,;=]"
const char *const kURI_gendelims = "[:/?#[]@]"
const char *const kURI_subdelims = "[!$&'()*+,;=]"


Function Documentation

ClassImp ( TUri   ) 

Definition at line 49 of file TUri.cxx.

Bool_t operator== ( const TUri u1,
const TUri u2 
)

Definition at line 114 of file TUri.cxx.


Variable Documentation

const char* const kURI_gendelims = "[:/?#[]@]"

Definition at line 43 of file TUri.cxx.

const char* const kURI_pchar = "(?:[[:alpha:][:digit:]-._~!$&'()*+,;=:@]|%[0-9A-Fa-f][0-9A-Fa-f])"

Definition at line 32 of file TUri.cxx.

Referenced by TUri::IsFragment(), TUri::IsPathAbempty(), TUri::IsPathAbsolute(), TUri::IsPathNoscheme(), TUri::IsPathRootless(), TUri::IsQuery(), and TUri::IsUserInfo().

const char* const kURI_reserved = "[:/?#[]@!$&'()*+,;=]"

Definition at line 39 of file TUri.cxx.

const char* const kURI_subdelims = "[!$&'()*+,;=]"

Definition at line 46 of file TUri.cxx.

const char* const kURI_unreserved = "[[:alpha:][:digit:]-._~]"

Definition at line 35 of file TUri.cxx.

Referenced by TUri::IsUnreserved(), and TUri::PctDecodeUnreserved().


Generated on Tue Jul 5 15:57:18 2011 for ROOT_528-00b_version by  doxygen 1.5.1