DCL 4.0
|
This is the complete list of members for URI, including all inherited members.
__authority | URI | protected |
__fragment | URI | protected |
__host | URI | protected |
__path | URI | protected |
__port | URI | protected |
__query | URI | protected |
__scheme | URI | protected |
__schemeSpecificPart | URI | protected |
__uri | URI | protected |
__userInfo | URI | protected |
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 *) | URI | protected |
className() const | Object | |
destroy() | Object | virtual |
isInstanceOf(const std::type_info &typeinfo) const | Object | |
Object() | Object | protected |
parse(const wchar_t *_uri) __DCL_THROWS1(URISyntaxException *) | URI | protected |
typeInfo() const | Object | virtual |
~Object() | Object | protectedvirtual |