Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
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:

Functions

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.
 

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

◆ operator==()

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 116 of file TUri.cxx.

Variable Documentation

◆ kURI_pchar

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

Definition at line 30 of file TUri.cxx.

◆ kURI_unreserved

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

Definition at line 33 of file TUri.cxx.