vtk-dicom
0.8.17
|
An object for holding an atomic reference count. More...
#include <vtkDICOMReferenceCount.h>
Public Member Functions | |
vtkDICOMReferenceCount (unsigned int i) | |
unsigned int | operator-- () |
unsigned int | operator++ () |
bool | operator== (unsigned int x) const |
bool | operator!= (unsigned int x) const |
An object for holding an atomic reference count.
The vtkDICOMValue class is a reference-counted container. In order to safely access values from multiple threads, all operations that modify the reference count must be atomic.