vtk-dicom  0.8.17
Public Member Functions | List of all members
vtkDICOMReferenceCount Class Reference

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
 

Detailed Description

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.


The documentation for this class was generated from the following file: