Grappa  r3821, hash 22cd626d567a91ead5b23302066d1e9469f45c66
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, NullReleaserRO
 
typedef CacheRW< T, CacheAllocator, IncoherentAcquirer, IncoherentReleaserRW
 
typedef CacheWO< T, CacheAllocator, NullAcquirer, IncoherentReleaserWO
 

Detailed Description

template<typename T>
struct Incoherent< T >

All the incoherent caches with the right fields filled in.

Definition at line 392 of file Cache.hpp.

Member Typedef Documentation

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

Definition at line 393 of file Cache.hpp.

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

Definition at line 394 of file Cache.hpp.

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

Definition at line 395 of file Cache.hpp.


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