|
Twitch SDK (Internal)
|
#include <coreutilities.h>
Public Member Functions | |
| ClientServerValue () | |
| ClientServerValue (const T &val) | |
| operator T () | |
| void | operator= (const T &val) |
| bool | operator== (const T &other) |
| bool | operator!= (const T &other) |
Public Attributes | |
| T | client |
| T | server |
Provides double-buffering of a value that is typically needed between 2 threads. It can be used as a single value via overloaded operators and in this case it will return the client value.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| T ttv::ClientServerValue< T >::client |
| T ttv::ClientServerValue< T >::server |
1.8.13