VTK
Public Member Functions | List of all members
vtkAtomic< void * > Class Template Reference

#include <vtkAtomic.h>

Public Member Functions

 vtkAtomic ()
 
 vtkAtomic (void *val)
 
 vtkAtomic (const vtkAtomic< void *> &atomic)
 
 operator void * () const
 
void * operator= (void *val)
 
vtkAtomic< void * > & operator= (const vtkAtomic< void *> &atomic)
 
void * load () const
 
void store (void *val)
 

Detailed Description

template<>
class vtkAtomic< void * >

Definition at line 528 of file vtkAtomic.h.

Constructor & Destructor Documentation

§ vtkAtomic() [1/3]

vtkAtomic< void * >::vtkAtomic ( )
inline

Definition at line 534 of file vtkAtomic.h.

§ vtkAtomic() [2/3]

vtkAtomic< void * >::vtkAtomic ( void *  val)
inline

Definition at line 538 of file vtkAtomic.h.

§ vtkAtomic() [3/3]

vtkAtomic< void * >::vtkAtomic ( const vtkAtomic< void *> &  atomic)
inline

Definition at line 543 of file vtkAtomic.h.

Member Function Documentation

§ operator void *()

vtkAtomic< void * >::operator void * ( ) const
inline

Definition at line 548 of file vtkAtomic.h.

§ operator=() [1/2]

void* vtkAtomic< void * >::operator= ( void *  val)
inline

Definition at line 553 of file vtkAtomic.h.

§ operator=() [2/2]

vtkAtomic<void*>& vtkAtomic< void * >::operator= ( const vtkAtomic< void *> &  atomic)
inline

Definition at line 560 of file vtkAtomic.h.

§ load()

void* vtkAtomic< void * >::load ( ) const
inline

Definition at line 566 of file vtkAtomic.h.

§ store()

void vtkAtomic< void * >::store ( void *  val)
inline

Definition at line 571 of file vtkAtomic.h.


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