Account
LibBeamApi 0.3.8 |
BAtomic< Type > Class Template Reference
#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 >
class BAtomic< Type >
BAtomic class.
Constructor & Destructor Documentation
◆ BAtomic()
Member Function Documentation
◆ add()
template<class Type >
| inline |
◆ getValue()
template<class Type >
| inline |
◆ operator Type()
template<class Type >
| inline |
◆ operator++() [1/2]
template<class Type >
| inline |
◆ operator++() [2/2]
template<class Type >
| inline |
◆ operator--() [1/2]
template<class Type >
| inline |
◆ operator--() [2/2]
template<class Type >
| inline |
Member Data Documentation
◆ ovalue
template<class Type >
| mutableprivate |
The documentation for this class was generated from the following file:
Generated by