ML Reference
MeVis/Foundation/Sources/MLUtilities/mlAtomicCounter.h File Reference

Platform independent class to manage threadsafe atomic counting. More...

#include "mlUtilsSystem.h"
#include "mlSystemWarningsDisable.h"
#include <boost/detail/atomic_count.hpp>
#include "mlSystemWarningsRestore.h"

Go to the source code of this file.

Namespaces

namespace  ml
 

Define the namespace name like in the ML. Default is ml.


Defines

#define BOOST_USE_ASM_ATOMIC_H

Typedefs

typedef boost::detail::atomic_count ml::AtomicCounter
 AtomicCounter is a thread-safe integer counter.

Detailed Description

Platform independent class to manage threadsafe atomic counting.

Author:
Florian Link
Date:
10/2007

Definition in file mlAtomicCounter.h.


Define Documentation

#define BOOST_USE_ASM_ATOMIC_H

Definition at line 22 of file mlAtomicCounter.h.