Odil
A C++11 library for the DICOM standard
|
#include <cstdint>
#include <istream>
#include <ostream>
#include <string>
#include <utility>
#include <vector>
#include "odil/odil.h"
Go to the source code of this file.
Classes | |
class | odil::pdu::Item |
A sequence of fields forming a full PDU or a part of it. More... | |
class | odil::pdu::Item::Field |
Generic field. More... | |
Namespaces | |
namespace | odil |
namespace | odil::pdu |
Functions | |
std::ostream & | odil::pdu::operator<< (std::ostream &stream, Item const &item) |