Lolly 1.4.27
Loading...
Searching...
No Matches
Public Member Functions | List of all members
http_url Class Reference

#include <url.hpp>

Inheritance diagram for http_url:
Inheritance graph
[legend]
Collaboration diagram for http_url:
Collaboration graph
[legend]

Public Member Functions

 http_url (const char *name)
 
 http_url (string name)
 
- Public Member Functions inherited from url
 url ()
 
 url (const char *name)
 
 url (string name)
 
 url (string dir, string name)
 
bool operator== (url u)
 
bool operator!= (url u)
 
url operator[] (int i)
 
string label ()
 
string protocol ()
 

Detailed Description

Definition at line 87 of file url.hpp.

Constructor & Destructor Documentation

◆ http_url() [1/2]

http_url::http_url ( const char * name)

Definition at line 18 of file http_url.cpp.

19 : url (url_root ("http") * url_get_name (string (name))) {}
The list class represents a linked list.
Definition list.hpp:48
url()
Definition url.cpp:60
url url_root(string protocol)
Definition url.cpp:96
url url_get_name(string s, int type=URL_STANDARD, int i=0)
Definition url.cpp:190

◆ http_url() [2/2]

http_url::http_url ( string name)

Definition at line 15 of file http_url.cpp.

16 : url (url_root ("http") * url_get_name (name)) {}

The documentation for this class was generated from the following files: