|
Lolly 1.4.28
|
#include <url.hpp>

Public Member Functions | |
| 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 () |
Private Member Functions | |
| CONCRETE (url) | |
| url (url_tree t) | |
Friends | |
| url | as_url (url_tree t) |
|
private |
|
inline |
|
inline |
|
inline |
|
inline |
| string url::protocol | ( | ) |
Definition at line 67 of file url.cpp.