pl-nk v0.4.5
Plonk|Plink|Plank are a set of cross-platform C/C++ frameworks for audio software development
AtomicExtended< Type > Class Template Reference

Enables atomic operations on a pointer with additional security. More...

Inherits AtomicBase< Type >.

List of all members.


Detailed Description

template<class Type>
class AtomicExtended< Type >

Enables atomic operations on a pointer with additional security.

This stores an additional atomically accesses counter to make the liklihood of the ABA problem (etc) much lower.

Template Parameters:
Thismust be a pointer type.

The documentation for this class was generated from the following file:
 All Classes Functions Typedefs Enumerations Enumerator Properties