Template class specialization for bool type instance thread Local Storage. More...
#include <Inventor/threads/SbThreadStorage.h>
Public Member Functions | |
virtual | ~SbThreadStorage () |
Destructor. | |
SbThreadStorage< bool > & | operator<<= (bool t) |
Override default <<= operator Set the specified value for the current thread. | |
SbThreadStorage< bool > & | operator>>= (bool t) |
Override default >>= operator Set the specified value for all threads. | |
operator bool () const | |
Redefine operator bool to return the value itself. | |
Template class specialization for bool type instance thread Local Storage.
This class provides a way to declare a class member of type bool as a thread Specific variables.
Definition at line 177 of file SbThreadStorage.h.
|
inlinevirtual |
Destructor.
Definition at line 167 of file SbThreadStorage.h.
|
inline |
Redefine operator bool to return the value itself.
Definition at line 210 of file SbThreadStorage.h.
|
inline |
Override default <<= operator Set the specified value for the current thread.
Definition at line 167 of file SbThreadStorage.h.
|
inline |
Override default >>= operator Set the specified value for all threads.
Definition at line 199 of file SbThreadStorage.h.