WeURL Class Reference
URL storage and operations.  
More...
#include <weUrl.h>
List of all members.
Detailed Description
URL storage and operations. 
- Author:
- A. Abramov 
- Date:
- 29.05.2009 
Definition at line 36 of file weUrl.h.
Constructor & Destructor Documentation
      
        
          | WeURL::WeURL | ( | const string | url | ) |  | 
      
 
 
      
        
          | WeURL::WeURL | ( | const WeURL & | url | ) |  | 
      
 
 
Member Function Documentation
      
        
          | void WeURL::Assign | ( | string | url | ) |  | 
      
 
 
      
        
          | bool WeURL::IsValid | ( | void |  | ) |  | 
      
 
 
      
        
          | WeURL& WeURL::operator= | ( | const string | url | ) |  [inline] | 
      
 
 
      
        
          | void WeURL::Restore | ( | string | url, | 
        
          |  |  | WeURL * | base = NULL |  | 
        
          |  | ) |  |  |  | 
      
 
 
      
        
          | string & WeURL::ToString | ( | bool | noDefPort = true | ) |  | 
      
 
 
Member Data Documentation
hostname 
Definition at line 54 of file weUrl.h.
 
 
request parameters 
Definition at line 57 of file weUrl.h.
 
 
password 
Definition at line 59 of file weUrl.h.
 
 
port number 
Definition at line 55 of file weUrl.h.
 
 
transfer protocol 
Definition at line 53 of file weUrl.h.
 
 
request path 
Definition at line 56 of file weUrl.h.
 
 
username 
Definition at line 58 of file weUrl.h.
 
 
The documentation for this class was generated from the following files: