25 #ifndef SFML_THREADLOCAL_HPP
26 #define SFML_THREADLOCAL_HPP
31 #include <SFML/System/Export.hpp>
32 #include <SFML/System/NonCopyable.hpp>
40 class ThreadLocalImpl;
71 void setValue(
void* value);
79 void* getValue()
const;
86 priv::ThreadLocalImpl* m_impl;
92 #endif // SFML_THREADLOCAL_HPP
Defines variables with thread-local storage.
Utility class that makes any derived class non-copyable.