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 1885 of file gtest-port.h.
|
inline |
Definition at line 1887 of file gtest-port.h.
|
inlineexplicit |
Definition at line 1888 of file gtest-port.h.
|
inline |
Definition at line 1889 of file gtest-port.h.
|
inline |
Definition at line 1890 of file gtest-port.h.
|
inline |
Definition at line 1891 of file gtest-port.h.
|
inline |
Definition at line 1892 of file gtest-port.h.
|
private |
Definition at line 1894 of file gtest-port.h.