//---------------------------------------------------------------------------
// $Id$
//
-// Copyright (C) 2011, 2012 by the deal.II authors
+// Copyright (C) 2011, 2012, 2013 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
namespace Threads
{
- template <typename T>
/**
* @brief A class that provides a separate storage location on each thread that accesses the object.
*
* provides a reference to a unique object when accessed from different threads.
* Objects of type T are created lazily, i.e. they are only created whenever a
* thread actually calls get().
- **/
+ */
+ template <typename T>
class ThreadLocalStorage
{
public:
In the beginning the Universe was created. This has made a lot of
people very angry and has been widely regarded as a bad move.
Douglas Adams