ROOT
6.07/01
Reference Guide
|
#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 | |
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:]-._~]" |
ClassImp | ( | TUri | ) |
const char* const kURI_pchar = "(?:[[:alpha:][:digit:]-._~!$&'()*+,;=:@]|%[0-9A-Fa-f][0-9A-Fa-f])" |
Definition at line 29 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_unreserved = "[[:alpha:][:digit:]-._~]" |
Definition at line 32 of file TUri.cxx.
Referenced by TUri::IsUnreserved(), and TUri::PctDecodeUnreserved().