Logo ROOT  
Reference Guide
Loading...
Searching...
No Matches
TUri.h File Reference
#include "TObject.h"
#include "TString.h"

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.

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