This is a URI reference.
More...
#include <uri.hpp>
|
| | CUriRef (std::string a_uriref_str) |
| | Initialize the URI reference.
|
| |
| CComponent::STATE | state () const |
| | Get state of the URI reference.
|
| |
| std::string | str () const |
| | Get URI reference string.
|
| |
This is a URI reference.
Definition at line 375 of file uri.hpp.
◆ CUriRef()
| UPnPsdk::CUriRef::CUriRef |
( |
std::string |
a_uriref_str | ) |
|
Initialize the URI reference.
- Exceptions
-
| std::invalid_argument |
- if host pattern is invalid. No DNS lookup is performed.
- if port number is invalid.
|
- Parameters
-
| [in] | a_uriref_str | Input URI string |
Definition at line 906 of file uri.cpp.
◆ state()
Get state of the URI reference.
Definition at line 950 of file uri.cpp.
◆ str()
| std::string UPnPsdk::CUriRef::str |
( |
| ) |
const |
Get URI reference string.
Definition at line 970 of file uri.cpp.
◆ scheme
Component of the URI reference
Definition at line 389 of file uri.hpp.
◆ authority
Component of the URI reference
Definition at line 390 of file uri.hpp.
◆ path
| CPath UPnPsdk::CUriRef::path |
Component of the URI reference
Definition at line 391 of file uri.hpp.
◆ query
| CQuery UPnPsdk::CUriRef::query |
Component of the URI reference
Definition at line 392 of file uri.hpp.
◆ fragment
Component of the URI reference
Definition at line 393 of file uri.hpp.
The documentation for this class was generated from the following files: