Cern
LibTmsApi 2.3.0
BAtomic< Type > Class Template Reference

BAtomic class. More...

#include <BAtomic.h>

Public Member Functions

 BAtomic (Type value=0)
 
Type getValue () const
 
Type add (long value)
 
Type operator++ (int)
 
Type operator++ ()
 
Type operator-- (int)
 
Type operator-- ()
 
 operator Type () const
 

Private Attributes

Type ovalue
 

Detailed Description

template<class Type>
class BAtomic< Type >

BAtomic class.

Constructor & Destructor Documentation

◆ BAtomic()

template<class Type >
BAtomic< Type >::BAtomic ( Type  value = 0)
inline

Member Function Documentation

◆ add()

template<class Type >
Type BAtomic< Type >::add ( long  value)
inline

◆ getValue()

template<class Type >
Type BAtomic< Type >::getValue ( ) const
inline

◆ operator Type()

template<class Type >
BAtomic< Type >::operator Type ( ) const
inline

◆ operator++() [1/2]

template<class Type >
Type BAtomic< Type >::operator++ ( )
inline

◆ operator++() [2/2]

template<class Type >
Type BAtomic< Type >::operator++ ( int  )
inline

◆ operator--() [1/2]

template<class Type >
Type BAtomic< Type >::operator-- ( )
inline

◆ operator--() [2/2]

template<class Type >
Type BAtomic< Type >::operator-- ( int  )
inline

Member Data Documentation

◆ ovalue

template<class Type >
Type BAtomic< Type >::ovalue
mutableprivate

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