Odil
A C++11 library for the DICOM standard
|
Go to the source code of this file.
Classes | |
class | odil::webservices::Message |
RFC 5322 Message (i.e. headers with body). More... | |
Namespaces | |
namespace | odil |
namespace | odil::webservices |
Functions | |
std::istream & | odil::webservices::operator>> (std::istream &stream, Message &message) |
Input a Message from a stream. More... | |
std::ostream & | odil::webservices::operator<< (std::ostream &stream, Message const &message) |
Output a Message to a stream. More... | |