The C++ framework for developing highly scalable, high performance servers on Windows platforms.

TAtomicOperations Class Template Reference

List of all members.

template<typename T>
class JetByteTools::Core::Windows::TAtomicOperations< T >


Static Public Member Functions

static T Increment (T *pValue)
static T Decrement (T *pValue)
static T Add (T *pAddend, T value)
static T Exchange (T *pValue, T newValue)
static T CompareExchange (T *pValue, T exchangeValue, T compareValue)

Member Function Documentation

static T Increment ( T *  pValue  )  [static]

static T Decrement ( T *  pValue  )  [static]

static T Add ( T *  pAddend,
value 
) [static]

static T Exchange ( T *  pValue,
newValue 
) [static]

static T CompareExchange ( T *  pValue,
exchangeValue,
compareValue 
) [static]


Generated on Sun Sep 12 19:08:59 2021 for The Server Framework - v7.4 by doxygen 1.5.3