SbThreadStorage< bool > Class Template Reference

VSG extension Template class specialization for bool type instance thread Local Storage. More...

#include <Inventor/threads/SbThreadStorage.h>

List of all members.

Public Member Functions

virtual ~SbThreadStorage ()
SbThreadStorage< bool > & operator<<= (bool t)
SbThreadStorage< bool > & operator>>= (bool t)
 operator bool () const

Detailed Description

template<>
class SbThreadStorage< bool >

VSG extension 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.


Constructor & Destructor Documentation

virtual SbThreadStorage< bool >::~SbThreadStorage (  )  [inline, virtual]

Destructor.


Member Function Documentation

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.


The documentation for this class was generated from the following file:

Open Inventor Toolkit reference manual, generated on 15 Mar 2023
Copyright © Thermo Fisher Scientific All rights reserved.
http://www.openinventor.com/