LibBeamApi  1.3.0
Public Member Functions | Private Attributes
BAtomic Class Reference

BAtomic class. More...

#include <BAtomic.h>

List of all members.

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

BAtomic class.


Constructor & Destructor Documentation

BAtomic::BAtomic ( Type  value = 0) [inline]

Member Function Documentation

Type BAtomic::add ( long  value) [inline]
Type BAtomic::getValue ( ) const [inline]
BAtomic::operator Type ( ) const [inline]
Type BAtomic::operator++ ( int  ) [inline]
Type BAtomic::operator++ ( ) [inline]
Type BAtomic::operator-- ( int  ) [inline]
Type BAtomic::operator-- ( ) [inline]

Member Data Documentation

Type BAtomic::ovalue [mutable, private]

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