#include <map>
#include <string>
#include <mia/core/defines.hh>
#include <tbb/recursive_mutex.h>
#include <tbb/spin_mutex.h>
Go to the source code of this file.
Data Structures | |
class | CProductCache |
base class for the product cache More... | |
class | CProductCacheHandler |
The singleton that handles all product caches. More... | |
class | TProductCache< ProductPtr > |
The type specific product cache. More... | |
Typedefs | |
typedef tbb::recursive_mutex::scoped_lock | CRecursiveScopedLock |
typedef tbb::recursive_mutex::scoped_lock CRecursiveScopedLock |
Definition at line 31 of file productcache.hh.