#include <url.h>
|
| | PURLLegacyScheme (bool user=false, bool pass=false, bool host=false, bool def=false, bool defhost=false, bool query=false, bool params=false, bool frags=false, bool path=false, bool rel=false, WORD port=0) |
| |
| bool | Parse (const char *cstr, PURL &url) const |
| |
| PString | AsString (PURL::UrlFormat fmt, const PURL &url) const |
| |
| virtual WORD | GetDefaultPort () const |
| |
| PURLLegacyScheme::PURLLegacyScheme |
( |
bool |
user = false, |
|
|
bool |
pass = false, |
|
|
bool |
host = false, |
|
|
bool |
def = false, |
|
|
bool |
defhost = false, |
|
|
bool |
query = false, |
|
|
bool |
params = false, |
|
|
bool |
frags = false, |
|
|
bool |
path = false, |
|
|
bool |
rel = false, |
|
|
WORD |
port = 0 |
|
) |
| |
|
inline |
| virtual WORD PURLLegacyScheme::GetDefaultPort |
( |
| ) |
const |
|
inlinevirtual |
| bool PURLLegacyScheme::Parse |
( |
const char * |
cstr, |
|
|
PURL & |
url |
|
) |
| const |
|
inlinevirtual |
| bool PURLLegacyScheme::defaultHostToLocal |
| WORD PURLLegacyScheme::defaultPort |
| bool PURLLegacyScheme::defaultToUserIfNoAt |
| bool PURLLegacyScheme::hasFragments |
| bool PURLLegacyScheme::hasHostPort |
| bool PURLLegacyScheme::hasParameters |
| bool PURLLegacyScheme::hasPassword |
| bool PURLLegacyScheme::hasPath |
| bool PURLLegacyScheme::hasQuery |
| bool PURLLegacyScheme::hasUsername |
| bool PURLLegacyScheme::relativeImpliesScheme |
The documentation for this class was generated from the following file: