B2BITS FIX Antenna C++ 2.32.0
Loading...
Searching...
No Matches
Public Member Functions | List of all members
System::ThreadSafe::VolatileSensitivePointer< T > Class Template Reference

#include <B2BITS_ThreadSafe.h>

Public Member Functions

T & operator* () throw ()
 
T * operator-> () throw ()
 
 VolatileSensitivePointer (T *obj) throw ()
 

Constructor & Destructor Documentation

◆ VolatileSensitivePointer()

template<typename T >
System::ThreadSafe::VolatileSensitivePointer< T >::VolatileSensitivePointer ( T * obj)
throw ( )
inlineexplicit

Member Function Documentation

◆ operator*()

template<typename T >
T & System::ThreadSafe::VolatileSensitivePointer< T >::operator* ( )
throw ( )
inline

◆ operator->()

template<typename T >
T * System::ThreadSafe::VolatileSensitivePointer< T >::operator-> ( )
throw ( )
inline