Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
testing::internal::ThreadLocal< T > Class Template Reference

#include <JETSCAPE/blob/main/external_packages/googletest/googletest/include/gtest/internal/gtest-port.h>

+ Collaboration diagram for testing::internal::ThreadLocal< T >:

Public Member Functions

 ThreadLocal ()
 
 ThreadLocal (const T &value)
 
Tpointer ()
 
const Tpointer () const
 
const Tget () const
 
void set (const T &value)
 

Private Attributes

T value_
 

Detailed Description

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

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

View newest version in sPHENIX GitHub at line 2172 of file gtest-port.h

Constructor & Destructor Documentation

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

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

View newest version in sPHENIX GitHub at line 2174 of file gtest-port.h

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

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

View newest version in sPHENIX GitHub at line 2175 of file gtest-port.h

Member Function Documentation

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

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

View newest version in sPHENIX GitHub at line 2178 of file gtest-port.h

Referenced by testing::internal::UnitTestImpl::GetTestPartResultReporterForCurrentThread(), and testing::internal::TEST().

+ Here is the caller graph for this function:

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

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

View newest version in sPHENIX GitHub at line 2176 of file gtest-port.h

Referenced by testing::internal::TEST().

+ Here is the caller graph for this function:

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

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

View newest version in sPHENIX GitHub at line 2177 of file gtest-port.h

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

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

View newest version in sPHENIX GitHub at line 2179 of file gtest-port.h

Referenced by testing::internal::UnitTestImpl::SetTestPartResultReporterForCurrentThread(), and testing::internal::TEST().

+ Here is the caller graph for this function:

Member Data Documentation


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