aGrUM 2.3.2
a C++ library for (probabilistic) graphical models
threadData.h File Reference

A wrapper that enables to store data in a way that prevents false cacheline sharing. More...

#include <new>
#include <agrum/agrum.h>
#include <type_traits>
Include dependency graph for threadData.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  gum::ThreadData< T_DATA >
 A wrapper that enables to store data in a way that prevents false cacheline sharing. More...

Namespaces

namespace  gum
 gum is the global namespace for all aGrUM entities

Detailed Description

A wrapper that enables to store data in a way that prevents false cacheline sharing.

Author
Christophe GONZALES(_at_AMU) and Pierre-Henri WUILLEMIN(_at_LIP6)

Definition in file threadData.h.