|
proxygen
|
Public Member Functions | |
| Wrapper (T &&t) | |
Public Attributes | |
| AtomicIntrusiveLinkedListHook< Wrapper > | hook |
| T | data |
Definition at line 99 of file AtomicLinkedList.h.
|
inlineexplicit |
Definition at line 100 of file AtomicLinkedList.h.
| T folly::AtomicLinkedList< T >::Wrapper::data |
Definition at line 103 of file AtomicLinkedList.h.
Referenced by folly::AtomicLinkedList< T >::reverseSweep(), and folly::AtomicLinkedList< T >::sweep().
| AtomicIntrusiveLinkedListHook<Wrapper> folly::AtomicLinkedList< T >::Wrapper::hook |
Definition at line 102 of file AtomicLinkedList.h.