#include <vega/dicom/data_set.h>
◆ self_type
◆ const_iterator()
vega::dicom::DataSet::const_iterator::const_iterator |
( |
iterator_type |
it | ) |
|
◆ operator!=()
bool vega::dicom::DataSet::const_iterator::operator!= |
( |
const self_type & |
rhs | ) |
const |
◆ operator*()
std::shared_ptr<const DataElement> vega::dicom::DataSet::const_iterator::operator* |
( |
| ) |
|
◆ operator++()
self_type& vega::dicom::DataSet::const_iterator::operator++ |
( |
| ) |
|
◆ operator==()
bool vega::dicom::DataSet::const_iterator::operator== |
( |
const self_type & |
rhs | ) |
const |
◆ iterator_type
decltype(m_elements) typedef ::const_iterator vega::dicom::DataSet::const_iterator::iterator_type |
The documentation for this class was generated from the following file: