Main Page · Modules · All Classes · Class Hierarchy
Private Attributes | List of all members
MCThreadLocalData< T > Class Template Reference

A wrapper class to cover boost::thread_specific_ptr/folly::ThreadLocal API on certain targets. More...

#include <MCThreadLocalData.hpp>

Inherits ThreadLocalPtr< T >.

Private Attributes

bool Cleanup
 Whenever the thread local data is registered for cleanup.
 

Detailed Description

template<typename T>
class MCThreadLocalData< T >

A wrapper class to cover boost::thread_specific_ptr/folly::ThreadLocal API on certain targets.

Definition at line 72 of file MCThreadLocalData.hpp.


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