proxygen
folly::detail::ThreadCachedLists< Tag >::AtomicListHead Struct Reference

#include <ThreadCachedLists.h>

Inheritance diagram for folly::detail::ThreadCachedLists< Tag >::AtomicListHead:
folly::detail::ThreadCachedLists< Tag >::TLHead

Public Attributes

std::atomic< Node * > tail_ {nullptr}
 
std::atomic< Node * > head_ {nullptr}
 

Detailed Description

template<typename Tag>
struct folly::detail::ThreadCachedLists< Tag >::AtomicListHead

Definition at line 44 of file ThreadCachedLists.h.

Member Data Documentation

template<typename Tag>
std::atomic<Node*> folly::detail::ThreadCachedLists< Tag >::AtomicListHead::head_ {nullptr}
template<typename Tag>
std::atomic<Node*> folly::detail::ThreadCachedLists< Tag >::AtomicListHead::tail_ {nullptr}

The documentation for this struct was generated from the following file: