ROOT  6.06/09
Reference Guide
Classes | Macros
TGHtmlUri.h File Reference
#include "TObject.h"
+ Include dependency graph for TGHtmlUri.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  TGHtmlUri
 

Macros

#define URI_SCHEME_MASK   (1<<0)
 
#define URI_AUTH_MASK   (1<<1)
 
#define URI_PATH_MASK   (1<<2)
 
#define URI_QUERY_MASK   (1<<3)
 
#define URI_FRAGMENT_MASK   (1<<4)
 
#define URI_FULL_MASK
 

Macro Definition Documentation

#define URI_AUTH_MASK   (1<<1)

Definition at line 42 of file TGHtmlUri.h.

Referenced by TGHtmlUri::EqualsUri().

#define URI_FRAGMENT_MASK   (1<<4)

Definition at line 45 of file TGHtmlUri.h.

Referenced by TGHtmlUri::EqualsUri().

#define URI_FULL_MASK
Value:
#define URI_QUERY_MASK
Definition: TGHtmlUri.h:44
#define URI_SCHEME_MASK
Definition: TGHtmlUri.h:41
#define URI_PATH_MASK
Definition: TGHtmlUri.h:43
#define URI_FRAGMENT_MASK
Definition: TGHtmlUri.h:45
#define URI_AUTH_MASK
Definition: TGHtmlUri.h:42

Definition at line 47 of file TGHtmlUri.h.

#define URI_PATH_MASK   (1<<2)

Definition at line 43 of file TGHtmlUri.h.

Referenced by TGHtmlUri::EqualsUri().

#define URI_QUERY_MASK   (1<<3)

Definition at line 44 of file TGHtmlUri.h.

Referenced by TGHtmlUri::EqualsUri().

#define URI_SCHEME_MASK   (1<<0)

Definition at line 41 of file TGHtmlUri.h.

Referenced by TGHtmlUri::EqualsUri().