Lolly 1.4.28
|
#include <url.hpp>
Public Member Functions | |
file_url (const char *name) | |
file_url (string name) | |
string | concretize () |
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 () |
Definition at line 18 of file file_url.cpp.
file_url::file_url | ( | string | name | ) |
Definition at line 15 of file file_url.cpp.
string file_url::concretize | ( | ) |
Definition at line 22 of file file_url.cpp.