Odil
A C++11 library for the DICOM standard
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
Object.h File Reference
#include <ostream>
#include "odil/odil.h"
#include "odil/pdu/Item.h"
Include dependency graph for Object.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  odil::pdu::Object
 Base class for all PDU-related high-level objects (PDU, items and sub-items). More...
 

Namespaces

namespace  odil
 
namespace  odil::pdu
 

Functions

std::ostream & odil::pdu::operator<< (std::ostream &stream, Object const &object)
 Dump the PDU-object in its binary form.