ROOT  6.06/08
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

§ URI_AUTH_MASK

#define URI_AUTH_MASK   (1<<1)

Definition at line 42 of file TGHtmlUri.h.

Referenced by TGHtmlUri::EqualsUri().

§ URI_FRAGMENT_MASK

#define URI_FRAGMENT_MASK   (1<<4)

Definition at line 45 of file TGHtmlUri.h.

Referenced by TGHtmlUri::EqualsUri().

§ URI_FULL_MASK

#define URI_FULL_MASK
Value:
URI_PATH_MASK | URI_QUERY_MASK | \
URI_FRAGMENT_MASK)
#define URI_QUERY_MASK
Definition: TGHtmlUri.h:44
#define URI_SCHEME_MASK
Definition: TGHtmlUri.h:41
#define URI_AUTH_MASK
Definition: TGHtmlUri.h:42

Definition at line 47 of file TGHtmlUri.h.

§ URI_PATH_MASK

#define URI_PATH_MASK   (1<<2)

Definition at line 43 of file TGHtmlUri.h.

Referenced by TGHtmlUri::EqualsUri().

§ URI_QUERY_MASK

#define URI_QUERY_MASK   (1<<3)

Definition at line 44 of file TGHtmlUri.h.

Referenced by TGHtmlUri::EqualsUri().

§ URI_SCHEME_MASK

#define URI_SCHEME_MASK   (1<<0)

Definition at line 41 of file TGHtmlUri.h.

Referenced by TGHtmlUri::EqualsUri().