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

Go to the source code of this file.

Classes

class  odil::ElementsDictionaryKey
 Key of a dictionary of DICOM elements. More...
 
struct  odil::ElementsDictionaryEntry
 Entry in a dictionary of DICOM elements. More...
 

Namespaces

namespace  odil
 

Typedefs

typedef std::map< ElementsDictionaryKey, ElementsDictionaryEntryodil::ElementsDictionary
 

Functions

ElementsDictionary::const_iterator odil::find (ElementsDictionary const &dictionary, Tag const &tag)