1 #ifndef CRYPTOPP_TRDLOCAL_H 2 #define CRYPTOPP_TRDLOCAL_H 6 #ifdef THREADS_AVAILABLE 11 typedef unsigned long ThreadLocalIndexType;
14 typedef pthread_key_t ThreadLocalIndexType;
27 Err(
const std::string& operation,
int error);
33 void SetValue(
void *value);
34 void *GetValue()
const;
37 ThreadLocalIndexType m_index;
42 #endif // #ifdef THREADS_AVAILABLE exception thrown by ThreadLocalStorage class
Utility functions for the Crypto++ library.
The operating system reported an error.
Library configuration file.
Crypto++ library namespace.
Ensures an object is not copyable.