mCRL2
Loading...
Searching...
No Matches
mcrl2::utilities::detail::atomic_wrapper< T > Struct Template Reference

#include <atomic_wrapper.h>

Inheritance diagram for mcrl2::utilities::detail::atomic_wrapper< T >:

Public Member Functions

 atomic_wrapper ()
 
 atomic_wrapper (const T t)
 
 atomic_wrapper (const atomic_wrapper< T > &other)
 
atomic_wrapperoperator= (const atomic_wrapper< T > &other)
 

Detailed Description

template<typename T>
struct mcrl2::utilities::detail::atomic_wrapper< T >

Definition at line 19 of file atomic_wrapper.h.

Constructor & Destructor Documentation

◆ atomic_wrapper() [1/3]

template<typename T >
mcrl2::utilities::detail::atomic_wrapper< T >::atomic_wrapper ( )
inline

Definition at line 21 of file atomic_wrapper.h.

◆ atomic_wrapper() [2/3]

template<typename T >
mcrl2::utilities::detail::atomic_wrapper< T >::atomic_wrapper ( const T  t)
inline

Definition at line 25 of file atomic_wrapper.h.

◆ atomic_wrapper() [3/3]

template<typename T >
mcrl2::utilities::detail::atomic_wrapper< T >::atomic_wrapper ( const atomic_wrapper< T > &  other)
inline

Definition at line 29 of file atomic_wrapper.h.

Member Function Documentation

◆ operator=()

template<typename T >
atomic_wrapper & mcrl2::utilities::detail::atomic_wrapper< T >::operator= ( const atomic_wrapper< T > &  other)
inline

Definition at line 33 of file atomic_wrapper.h.


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