OpenSceneGraph
Public Member Functions | List of all members
OpenThreads::AtomicPtr Class Reference

This class provides an atomic pointer assignment using cas operations. More...

Public Member Functions

 AtomicPtr (void *ptr=0)
 
_OPENTHREADS_ATOMIC_INLINE bool assign (void *ptrNew, const void *const ptrOld)
 
_OPENTHREADS_ATOMIC_INLINE void * get () const
 

Detailed Description

This class provides an atomic pointer assignment using cas operations.


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