Grappa  0.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Incoherent< T > Struct Template Reference

All the incoherent caches with the right fields filled in. More...

#include <Cache.hpp>

Public Types

typedef CacheRO< T,
CacheAllocator,
IncoherentAcquirer,
NullReleaser
RO
 
typedef CacheRW< T,
CacheAllocator,
IncoherentAcquirer,
IncoherentReleaser
RW
 
typedef CacheWO< T,
CacheAllocator, NullAcquirer,
IncoherentReleaser
WO
 

Detailed Description

template<typename T>
struct Incoherent< T >

All the incoherent caches with the right fields filled in.

Definition at line 381 of file Cache.hpp.

Member Typedef Documentation

template<typename T>
typedef CacheRO< T, CacheAllocator, IncoherentAcquirer, NullReleaser > Incoherent< T >::RO

Definition at line 382 of file Cache.hpp.

template<typename T>
typedef CacheRW< T, CacheAllocator, IncoherentAcquirer, IncoherentReleaser > Incoherent< T >::RW

Definition at line 383 of file Cache.hpp.

template<typename T>
typedef CacheWO< T, CacheAllocator, NullAcquirer, IncoherentReleaser > Incoherent< T >::WO

Definition at line 384 of file Cache.hpp.


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