#include <gtest-port.h>
Public Member Functions | |
const T & | get () const |
T * | pointer () |
const T * | pointer () const |
void | set (const T &value) |
ThreadLocal () | |
ThreadLocal (const T &value) | |
Private Attributes | |
T | value_ |
Definition at line 1931 of file gtest-port.h.
|
inline |
Definition at line 1933 of file gtest-port.h.
|
inlineexplicit |
Definition at line 1934 of file gtest-port.h.
|
inline |
Definition at line 1937 of file gtest-port.h.
|
inline |
Definition at line 1935 of file gtest-port.h.
|
inline |
Definition at line 1936 of file gtest-port.h.
|
inline |
Definition at line 1938 of file gtest-port.h.
|
private |
Definition at line 1940 of file gtest-port.h.