Public Types | Static Public Member Functions
icl_core::STMSingleThreaded< T > Class Template Reference

Dummy threading model for single-threaded environments. More...

#include <SingletonThreadingModels.h>

List of all members.

Public Types

typedef int Guard
 A dummy type for RAII locking.
typedef int Lock
 A dummy type for locking.

Static Public Member Functions

static void memoryBarrier ()
 Memory barrier for synchronization.

Detailed Description

template<class T>
class icl_core::STMSingleThreaded< T >

Dummy threading model for single-threaded environments.

Definition at line 36 of file SingletonThreadingModels.h.


Member Typedef Documentation

template<class T >
typedef int icl_core::STMSingleThreaded< T >::Guard

A dummy type for RAII locking.

Definition at line 43 of file SingletonThreadingModels.h.

template<class T >
typedef int icl_core::STMSingleThreaded< T >::Lock

A dummy type for locking.

Definition at line 46 of file SingletonThreadingModels.h.


Member Function Documentation

template<class T >
static void icl_core::STMSingleThreaded< T >::memoryBarrier ( ) [inline, static]

Memory barrier for synchronization.

Definition at line 40 of file SingletonThreadingModels.h.


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


fzi_icl_core
Author(s):
autogenerated on Tue Aug 8 2017 02:28:05