proxygen
|
Public Member Functions | |
TestObject (int value_, std::atomic< int > &counter_) | |
~TestObject () | |
TestObject (size_t id__, const std::shared_ptr< void > &ptr) | |
size_t | id () |
Public Attributes | |
int | value |
std::atomic< int > & | counter |
Private Attributes | |
size_t | id_ |
std::shared_ptr< void > | ptr_ |
Definition at line 43 of file ReadMostlySharedPtrTest.cpp.
|
inline |
|
inline |
|
inline |
Definition at line 178 of file AtomicLinkedListTest.cpp.
|
inline |
Definition at line 181 of file AtomicLinkedListTest.cpp.
References TestIntrusiveObject::id_.
std::atomic<int>& TestObject::counter |
Definition at line 45 of file ReadMostlySharedPtrTest.cpp.
|
private |
Definition at line 186 of file AtomicLinkedListTest.cpp.
|
private |
Definition at line 187 of file AtomicLinkedListTest.cpp.
int TestObject::value |
Definition at line 44 of file ReadMostlySharedPtrTest.cpp.