![]() |
RTBKit
0.9
Open-source framework to create real-time ad bidding systems.
|
Public Member Functions | |
| template<typename... Args> | |
| RcuProtected (GcLock &lock, Args &&...args) | |
| RcuProtected (T *val, GcLock &lock) | |
| RcuProtected (RcuProtected &&other) | |
| RcuProtected & | operator= (RcuProtected &&other) |
| JML_IMPLEMENT_OPERATOR_BOOL (val) | |
| RcuLocked< T > | operator() () |
| RcuLocked< const T > | operator() () const |
| void | replace (T *newVal, bool defer=true) |
| bool | cmp_xchg (RcuLocked< T > ¤t, std::auto_ptr< T > &newValue, bool defer=true) |
Public Attributes | |
| T * | val |
| GcLock * | lock |
Definition at line 104 of file rcu_protected.h.
1.7.6.1