Low-Level Abstraction of Memory Access
llama::mapping::AccessCounts< CountType > Struct Template Reference

#include <FieldAccessCount.hpp>

Public Attributes

union {
   CountType   memLocsComputed
 
   CountType   reads
 
}; 
 
CountType writes
 

Detailed Description

template<typename CountType>
struct llama::mapping::AccessCounts< CountType >

Definition at line 17 of file FieldAccessCount.hpp.

Member Data Documentation

◆ 

union { ... }

◆ memLocsComputed

template<typename CountType >
CountType llama::mapping::AccessCounts< CountType >::memLocsComputed

Definition at line 21 of file FieldAccessCount.hpp.

◆ reads

template<typename CountType >
CountType llama::mapping::AccessCounts< CountType >::reads

Definition at line 22 of file FieldAccessCount.hpp.

◆ writes

template<typename CountType >
CountType llama::mapping::AccessCounts< CountType >::writes

Definition at line 24 of file FieldAccessCount.hpp.


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