QUDA  v1.1.0
A library for QCD on GPUs
Public Member Functions | List of all members
testing::internal::ThreadLocal< T > Class Template Reference

#include <gtest-port.h>

Public Member Functions

 ThreadLocal ()
 
 ThreadLocal (const T &value)
 
T * pointer ()
 
const T * pointer () const
 
const T & get () const
 
void set (const T &value)
 

Detailed Description

template<typename T>
class testing::internal::ThreadLocal< T >

Definition at line 1941 of file gtest-port.h.

Constructor & Destructor Documentation

◆ ThreadLocal() [1/2]

template<typename T >
testing::internal::ThreadLocal< T >::ThreadLocal ( )
inline

Definition at line 1943 of file gtest-port.h.

◆ ThreadLocal() [2/2]

template<typename T >
testing::internal::ThreadLocal< T >::ThreadLocal ( const T &  value)
inlineexplicit

Definition at line 1944 of file gtest-port.h.

Member Function Documentation

◆ get()

template<typename T >
const T& testing::internal::ThreadLocal< T >::get ( ) const
inline

Definition at line 1947 of file gtest-port.h.

◆ pointer() [1/2]

template<typename T >
T* testing::internal::ThreadLocal< T >::pointer ( )
inline

Definition at line 1945 of file gtest-port.h.

◆ pointer() [2/2]

template<typename T >
const T* testing::internal::ThreadLocal< T >::pointer ( ) const
inline

Definition at line 1946 of file gtest-port.h.

◆ set()

template<typename T >
void testing::internal::ThreadLocal< T >::set ( const T &  value)
inline

Definition at line 1948 of file gtest-port.h.


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