Odil
A C++11 library for the DICOM standard
Loading...
Searching...
No Matches
Tag.h File Reference
#include <cstdint>
#include <cstddef>
#include <ostream>
#include <string>
#include "odil/odil.h"
Include dependency graph for Tag.h:

Go to the source code of this file.

Classes

class  odil::Tag
 A DICOM element tag. More...

Namespaces

namespace  odil

Functions

std::ostream & odil::operator<< (std::ostream &stream, Tag const &tag)
 Stream inserter.