SST/macro
|
#include <thread_safe_int.h>
Public Member Functions | |
template<class Y > | |
thread_safe_int_t (const Y &y) | |
template<class Y > | |
Integer & | operator= (const Y &y) |
Integer | operator++ () |
Integer | operator++ (int i) |
operator Integer () | |
Public Member Functions inherited from sstmac::lockable | |
void | lock () |
void | unlock () |
Protected Attributes | |
Integer | value_ |
Definition at line 15 of file thread_safe_int.h.
|
inline |
Definition at line 21 of file thread_safe_int.h.
|
inline |
Definition at line 50 of file thread_safe_int.h.
|
inline |
Definition at line 33 of file thread_safe_int.h.
References sstmac::lockable::lock(), and sstmac::lockable::unlock().
|
inline |
Definition at line 42 of file thread_safe_int.h.
References sstmac::lockable::lock(), and sstmac::lockable::unlock().
|
inline |
Definition at line 27 of file thread_safe_int.h.
|
protected |
Definition at line 55 of file thread_safe_int.h.