webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Classes | Public Member Functions | List of all members
WTF::ThreadSpecific< T, canBeGCThread > Class Template Reference

#include <ThreadSpecific.h>

Public Member Functions

 ThreadSpecific ()
 
bool isSet ()
 
Toperator-> ()
 
 operator T* ()
 
Toperator* ()
 
 ThreadSpecific ()
 
bool isSet ()
 
Toperator-> ()
 
 operator T* ()
 
Toperator* ()
 
 ThreadSpecific ()
 
bool isSet ()
 
Toperator-> ()
 
 operator T* ()
 
Toperator* ()
 

Constructor & Destructor Documentation

◆ ThreadSpecific() [1/3]

template<typename T, CanBeGCThread canBeGCThread = CanBeGCThread::False>
WTF::ThreadSpecific< T, canBeGCThread >::ThreadSpecific ( )

◆ ThreadSpecific() [2/3]

template<typename T, CanBeGCThread canBeGCThread = CanBeGCThread::False>
WTF::ThreadSpecific< T, canBeGCThread >::ThreadSpecific ( )

◆ ThreadSpecific() [3/3]

template<typename T, CanBeGCThread canBeGCThread = CanBeGCThread::False>
WTF::ThreadSpecific< T, canBeGCThread >::ThreadSpecific ( )

Member Function Documentation

◆ isSet() [1/3]

template<typename T , CanBeGCThread canBeGCThread>
bool WTF::ThreadSpecific< T, canBeGCThread >::isSet ( )
inline

◆ isSet() [2/3]

template<typename T, CanBeGCThread canBeGCThread = CanBeGCThread::False>
bool WTF::ThreadSpecific< T, canBeGCThread >::isSet ( )

◆ isSet() [3/3]

template<typename T, CanBeGCThread canBeGCThread = CanBeGCThread::False>
bool WTF::ThreadSpecific< T, canBeGCThread >::isSet ( )

◆ operator T*() [1/3]

template<typename T, CanBeGCThread canBeGCThread = CanBeGCThread::False>
WTF::ThreadSpecific< T, canBeGCThread >::operator T* ( )

◆ operator T*() [2/3]

template<typename T , CanBeGCThread canBeGCThread>
WTF::ThreadSpecific< T, canBeGCThread >::operator T* ( )
inline

◆ operator T*() [3/3]

template<typename T, CanBeGCThread canBeGCThread = CanBeGCThread::False>
WTF::ThreadSpecific< T, canBeGCThread >::operator T* ( )

◆ operator*() [1/3]

template<typename T, CanBeGCThread canBeGCThread = CanBeGCThread::False>
T& WTF::ThreadSpecific< T, canBeGCThread >::operator* ( )

◆ operator*() [2/3]

template<typename T , CanBeGCThread canBeGCThread>
T & WTF::ThreadSpecific< T, canBeGCThread >::operator* ( )
inline

◆ operator*() [3/3]

template<typename T, CanBeGCThread canBeGCThread = CanBeGCThread::False>
T& WTF::ThreadSpecific< T, canBeGCThread >::operator* ( )

◆ operator->() [1/3]

template<typename T, CanBeGCThread canBeGCThread = CanBeGCThread::False>
T* WTF::ThreadSpecific< T, canBeGCThread >::operator-> ( )

◆ operator->() [2/3]

template<typename T, CanBeGCThread canBeGCThread = CanBeGCThread::False>
T* WTF::ThreadSpecific< T, canBeGCThread >::operator-> ( )

◆ operator->() [3/3]

template<typename T , CanBeGCThread canBeGCThread>
T * WTF::ThreadSpecific< T, canBeGCThread >::operator-> ( )
inline

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