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