|
Odil
A C++11 library for the DICOM standard
|
Uniform resource locator. More...
#include <URL.h>
Public Member Functions | |
| bool | operator== (URL const &other) const |
| bool | operator!= (URL const &other) const |
| operator std::string () const | |
| Recompose the components. More... | |
Static Public Member Functions | |
| static URL | parse (std::string const &string) |
| Parse an URL into its five components. More... | |
Public Attributes | |
| std::string | scheme |
| std::string | authority |
| std::string | path |
| std::string | query |
| std::string | fragment |
Uniform resource locator.
| odil::webservices::URL::operator std::string | ( | ) | const |
Recompose the components.
| bool odil::webservices::URL::operator!= | ( | URL const & | other | ) | const |
| bool odil::webservices::URL::operator== | ( | URL const & | other | ) | const |
|
static |
Parse an URL into its five components.
| std::string odil::webservices::URL::authority |
| std::string odil::webservices::URL::fragment |
| std::string odil::webservices::URL::path |
| std::string odil::webservices::URL::query |
| std::string odil::webservices::URL::scheme |
1.8.13