proxygen
folly::detail::ThreadCachedListsBase::Node Struct Reference

#include <ThreadCachedLists.h>

Inheritance diagram for folly::detail::ThreadCachedListsBase::Node:
folly::rcu_obj_base< T, D, Tag >

Public Attributes

folly::Function< void()> cb_
 
Nodenext_ {nullptr}
 

Detailed Description

Definition at line 35 of file ThreadCachedLists.h.

Member Data Documentation

folly::Function<void()> folly::detail::ThreadCachedListsBase::Node::cb_

Definition at line 36 of file ThreadCachedLists.h.

Node* folly::detail::ThreadCachedListsBase::Node::next_ {nullptr}

Definition at line 37 of file ThreadCachedLists.h.

Referenced by folly::detail::ThreadCachedLists< Tag >::push().


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