#include <ctype.h>
#include <string.h>
#include <dcl/Object.h>
#include <dcl/Regex.h>
#include <dcl/Numeric.h>
#include <dcl/Charset.h>
#include <dcl/URI.h>
Go to the source code of this file.
◆ __MATCH_STR
#define __MATCH_STR |
( |
| m, |
|
|
| index ) |
Value:m[index].first, m[index].second
◆ AUTHORITY_GROUP
#define AUTHORITY_GROUP 5 |
◆ AUTHORITY_HOST_GROUP
#define AUTHORITY_HOST_GROUP 3 |
◆ AUTHORITY_PORT_GROUP
#define AUTHORITY_PORT_GROUP 5 |
◆ AUTHORITY_USERINFO_GROUP
#define AUTHORITY_USERINFO_GROUP 2 |
◆ FRAGMENT_GROUP
#define FRAGMENT_GROUP 10 |
◆ PATH_GROUP
◆ QUERY_GROUP
◆ SCHEME_GROUP
◆ SCHEME_SPEC_PART_GROUP
#define SCHEME_SPEC_PART_GROUP 3 |
◆ IMPLEMENT_CLASSINFO() [1/2]
Definition at line 119 of file URI.cpp.
123{
124 __port = -1;
125 parse(_uri);
126}
◆ IMPLEMENT_CLASSINFO() [2/2]
Definition at line 317 of file URI.cpp.
324{
325 __message = _reason +
__T(
": ") + _source;
326}