DCL 4.0
|
#include <URI.h>
Protected Member Functions | |
void | parse (const wchar_t *_uri) __DCL_THROWS1(URISyntaxException *) |
void | assign (const wchar_t *_scheme, const wchar_t *_userInfo, const wchar_t *_host, int _port, const wchar_t *_path, const wchar_t *_query, const wchar_t *_fragment) __DCL_THROWS1(URISyntaxException *) |
Protected Member Functions inherited from Object | |
virtual | ~Object () |
Object () |
Protected Attributes | |
String | __scheme |
String | __schemeSpecificPart |
String | __authority |
String | __userInfo |
String | __host |
int | __port |
String | __path |
String | __query |
String | __fragment |
String | __uri |
Additional Inherited Members | |
Public Member Functions inherited from Object | |
virtual void | destroy () |
String | className () const |
bool | isInstanceOf (const std::type_info &typeinfo) const |
virtual const std::type_info & | typeInfo () const |
|
protected |
Definition at line 203 of file URI.cpp.
|
protected |
Definition at line 273 of file URI.cpp.