Go to the source code of this file.
|
#define | PURL_LEGACY_SCHEME(schemeName, user, pass, host, def, defhost, query, params, frags, path, rel, port) |
|
§ PURL_LEGACY_SCHEME
#define PURL_LEGACY_SCHEME |
( |
|
schemeName, |
|
|
|
user, |
|
|
|
pass, |
|
|
|
host, |
|
|
|
def, |
|
|
|
defhost, |
|
|
|
query, |
|
|
|
params, |
|
|
|
frags, |
|
|
|
path, |
|
|
|
rel, |
|
|
|
port |
|
) |
| |
Value: { \
public: \
PURLLegacyScheme_##schemeName() \
:
PURLLegacyScheme(#schemeName, user, pass, host, def, defhost, query, params, frags, path, rel, port) \
{ } \
}; \
PURLLegacyScheme(const char *s, 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)
Definition: url.h:401
Definition: pfactory.h:206
§ PURLLoaderFactory
§ PURLSchemeFactory