#include <llapr.h>
Inheritance diagram for LLAtomic32< Type >:

| Public Member Functions | |
| LLAtomic32 () | |
| LLAtomic32 (Type x) | |
| ~LLAtomic32 () | |
| operator const Type () | |
| Type | operator= (const Type &x) | 
| void | operator-= (Type x) | 
| void | operator+= (Type x) | 
| Type | operator++ (int) | 
| Type | operator-- (int) | 
| Private Attributes | |
| apr_uint32_t | mData | 
Definition at line 103 of file llapr.h.
| LLAtomic32< Type >::LLAtomic32 | ( | ) |  [inline] | 
| LLAtomic32< Type >::LLAtomic32 | ( | Type | x | ) |  [inline] | 
| LLAtomic32< Type >::~LLAtomic32 | ( | ) |  [inline] | 
| LLAtomic32< Type >::operator const Type | ( | ) |  [inline] | 
| Type LLAtomic32< Type >::operator++ | ( | int | ) |  [inline] | 
| void LLAtomic32< Type >::operator+= | ( | Type | x | ) |  [inline] | 
| Type LLAtomic32< Type >::operator-- | ( | int | ) |  [inline] | 
| void LLAtomic32< Type >::operator-= | ( | Type | x | ) |  [inline] | 
| Type LLAtomic32< Type >::operator= | ( | const Type & | x | ) |  [inline] | 
| apr_uint32_t LLAtomic32< Type >::mData  [private] | 
Definition at line 118 of file llapr.h.
Referenced by LLAtomic32< Type >::operator const Type(), LLAtomic32< S32 >::operator++(), LLAtomic32< S32 >::operator+=(), LLAtomic32< S32 >::operator--(), LLAtomic32< S32 >::operator-=(), LLAtomic32< S32 >::operator=(), and LLAtomic32< S32 >::~LLAtomic32().
 1.4.7
 1.4.7