Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members  

URLComponents Struct Reference

Contains the parts of a URL as separate strings. More...

#include <urlfilter.h>

List of all members.

Public Methods

void Clear ()

Public Attributes

char scheme [STRINGBUF_LEN1+1]
char netloc [STRINGBUF_LEN1+1]
char query [STRINGBUF_LEN1+1]
char params [STRINGBUF_LEN1+1]
char path [STRINGBUF_LEN1+1]


Detailed Description

Contains the parts of a URL as separate strings.

Definition at line 36 of file urlfilter.h.


Member Function Documentation

void URLComponents::Clear   [inline]
 

Definition at line 43 of file urlfilter.h.

References netloc, params, path, query, and scheme.

Referenced by GraphBuilder::GraphBuilder(), GraphBuilder::NodeInitialize(), and GraphBuilder::NodeLaunch().


Member Data Documentation

char URLComponents::netloc[STRINGBUF_LEN1+1]
 

Definition at line 38 of file urlfilter.h.

Referenced by Clear(), and GraphBuilder::NodeSetURL().

char URLComponents::params[STRINGBUF_LEN1+1]
 

Definition at line 40 of file urlfilter.h.

Referenced by Clear(), and GraphBuilder::NodeSetURL().

char URLComponents::path[STRINGBUF_LEN1+1]
 

Definition at line 41 of file urlfilter.h.

Referenced by Clear(), and GraphBuilder::NodeSetURL().

char URLComponents::query[STRINGBUF_LEN1+1]
 

Definition at line 39 of file urlfilter.h.

Referenced by Clear(), and GraphBuilder::NodeSetURL().

char URLComponents::scheme[STRINGBUF_LEN1+1]
 

Definition at line 37 of file urlfilter.h.

Referenced by Clear(), and GraphBuilder::NodeSetURL().


Generated on Wed May 29 11:37:28 2002 for MarkovPR by doxygen1.2.15