Rapicorn - Experimental UI Toolkit - Source Code  13.07.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines
Public Member Functions
Rapicorn::Exclusive< Type > Class Template Reference

Exclusive<> is a type wrapper that provides non-racy atomic access to a copyable Type. More...

#include <thread.hh>

List of all members.

Public Member Functions

void operator= (const Type &data)
 operator Type ()

Detailed Description

template<class Type>
class Rapicorn::Exclusive< Type >

Exclusive<> is a type wrapper that provides non-racy atomic access to a copyable Type.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines