TSDuck v3.40-3963
MPEG Transport Stream Toolkit
|
This is the complete list of members for ts::URL, including all inherited members.
clear() | ts::URL | |
getFragment() const | ts::URL | inline |
getHost() const | ts::URL | inline |
getPassword() const | ts::URL | inline |
getPath() const | ts::URL | inline |
getPort() const | ts::URL | inline |
getQuery() const | ts::URL | inline |
getScheme() const | ts::URL | inline |
getUserName() const | ts::URL | inline |
IsURL(const UString &path) | ts::URL | inlinestatic |
isValid() const | ts::URL | inline |
sameServer(const URL &other) const | ts::URL | |
setFragment(const UString &value) | ts::URL | inline |
setHost(const UString &value) | ts::URL | inline |
setPassword(const UString &value) | ts::URL | inline |
setPath(const UString &value) | ts::URL | inline |
setPort(const uint16_t &value) | ts::URL | inline |
setQuery(const UString &value) | ts::URL | inline |
setScheme(const UString &value) | ts::URL | inline |
setURL(const UString &path) | ts::URL | |
setURL(const UString &path, const UString &base) | ts::URL | |
setURL(const UString &path, const URL &base) | ts::URL | |
setUserName(const UString &value) | ts::URL | inline |
toRelative(const URL &base, bool useWinInet=true) const | ts::URL | |
toRelative(const UString &base, bool useWinInet=true) const | ts::URL | |
toString(bool useWinInet=true) const | ts::URL | |
URL()=default | ts::URL | |
URL(const UString &path) | ts::URL | inline |
URL(const UString &path, const UString &base) | ts::URL | inline |
URL(const UString &path, const URL &base) | ts::URL | inline |