Class describing one entry in the MLDICOMCachedIOTreeCache of cached DICOM trees.
 
MLDICOMCachedIOTreeCacheMapEntry(DCMTree::TreePtr treePointer)
Convenience constructor.
 
DCMTree::TreePtr treePtr
Pointer to the cached DICOM tree.
 
MLDICOMCachedIOTreeCacheMapEntry()
Default construction.
 
std::list< ml::DICOMCachedIOFileHandle >::iterator recentlyCachedIt
Iterator to the entry in _recentlyCached list for faster deletion there.