Sacado Package Browser (Single Doxygen Collection)
Version of the Day
|
#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) |
Private Attributes | |
T | value_ |
Definition at line 1935 of file gtest-port.h.
|
inline |
Definition at line 1937 of file gtest-port.h.
|
inlineexplicit |
Definition at line 1938 of file gtest-port.h.
|
inline |
Definition at line 1939 of file gtest-port.h.
|
inline |
Definition at line 1940 of file gtest-port.h.
|
inline |
Definition at line 1941 of file gtest-port.h.
|
inline |
Definition at line 1942 of file gtest-port.h.
|
private |
Definition at line 1945 of file gtest-port.h.