Odil
A C++11 library for the DICOM standard
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
ItemWithParameters.h File Reference
#include <istream>
#include <map>
#include <ostream>
#include <string>
#include "odil/odil.h"
Include dependency graph for ItemWithParameters.h:

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.
 
std::ostream & odil::webservices::operator<< (std::ostream &stream, ItemWithParameters const &item)
 Output an AcceptableItem to a stream.