Logo ROOT   6.08/07
Reference Guide
Classes | Functions
TUri.h File Reference
#include "TObject.h"
#include "TString.h"
Include dependency graph for TUri.h:
This graph shows which files directly or indirectly include this file:

Classes

class  TUri
 This class represents a RFC 3986 compatible URI. More...
 

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. More...
 

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.