Qucs-core  0.0.19
Public Member Functions | Private Attributes
testing::internal::ThreadLocal< T > Class Template Reference

#include <gtest.h>

Inheritance diagram for testing::internal::ThreadLocal< T >:
Inheritance graph
[legend]
Collaboration diagram for testing::internal::ThreadLocal< T >:
Collaboration graph
[legend]

Public Member Functions

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

Private Attributes

value_

Detailed Description

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

Definition at line 2673 of file fused-src/gtest/gtest.h.


Constructor & Destructor Documentation

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

Definition at line 2675 of file fused-src/gtest/gtest.h.

template<typename T>
testing::internal::ThreadLocal< T >::ThreadLocal ( const T &  value) [inline, explicit]

Definition at line 2676 of file fused-src/gtest/gtest.h.

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

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

template<typename T>
testing::internal::ThreadLocal< T >::ThreadLocal ( const T &  value) [inline, explicit]

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


Member Function Documentation

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

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

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

Definition at line 2679 of file fused-src/gtest/gtest.h.

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

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

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

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

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

Definition at line 2677 of file fused-src/gtest/gtest.h.

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

Definition at line 2678 of file fused-src/gtest/gtest.h.

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

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

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

Definition at line 2680 of file fused-src/gtest/gtest.h.


Field Documentation

template<typename T>
T testing::internal::ThreadLocal< T >::value_ [private]

Definition at line 2682 of file fused-src/gtest/gtest.h.


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