ROOT  6.07/01
Reference Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Functions | Variables
TUri.cxx File Reference
#include <ctype.h>
#include "TUri.h"
#include "TObjArray.h"
#include "TObjString.h"
#include "TPRegexp.h"
Include dependency graph for TUri.cxx:

Go to the source code of this file.

Functions

 ClassImp (TUri) TUri
 Constructor that calls SetUri with a complete URI. More...
 
Bool_t operator== (const TUri &u1, const TUri &u2)
 Implementation of a TUri Equivalence operator that uses syntax-based normalisation see chapter 6.2.2. More...
 

Variables

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

Function Documentation

ClassImp ( TUri  )

Constructor that calls SetUri with a complete URI.

Definition at line 46 of file TUri.cxx.

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

Implementation of a TUri Equivalence operator that uses syntax-based normalisation see chapter 6.2.2.

Definition at line 115 of file TUri.cxx.

Variable Documentation

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

Definition at line 32 of file TUri.cxx.

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