TalanSoft Toolkits  201707
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Groups Pages
Public Member Functions | List of all members
BoxAtomic< T > Struct Template Reference

Detailed Description

template<typename T>
struct ni::BoxAtomic< T >

Atomic type box.

Public Member Functions

 BoxAtomic ()
 
 BoxAtomic (T v)
 
 operator T & ()
 
 operator const T & () const
 
T & operator= (const T &aRight)
 
 operator bool ()
 
 operator bool () const
 
bool operator! ()
 
bool operator! () const
 
T * Ptr () const
 
T * Ptr () const niSync
 

Constructor & Destructor Documentation

BoxAtomic ( )
BoxAtomic ( v)

Member Function Documentation

operator T & ( )
operator const T & ( ) const
T& operator= ( const T &  aRight)
operator bool ( )
operator bool ( ) const
bool operator! ( )
bool operator! ( ) const
T* Ptr ( ) const
T* Ptr ( ) const