Odil
A C++11 library for the DICOM standard
|
Go to the source code of this file.
Classes | |
struct | odil::webservices::ItemWithParameters |
This container encapsulates the item with parameters as found in varied HTTP headers (Accept, Accept-Charset, Accept-Encoding, Accept-Language, Content-Type). More... | |
Namespaces | |
namespace | odil |
namespace | odil::webservices |
Functions | |
std::istream & | odil::webservices::operator>> (std::istream &stream, ItemWithParameters &item) |
Input an AcceptableItem from a stream. More... | |
std::ostream & | odil::webservices::operator<< (std::ostream &stream, ItemWithParameters const &item) |
Output an AcceptableItem to a stream. More... | |