Low-Level Abstraction of Memory Access
llama::mapping::FieldAccessCount< Mapping, TCountType, MyCodeHandlesProxyReferences >::FieldHitsArray::TotalBytes Struct Reference

#include <FieldAccessCount.hpp>

Public Attributes

CountType totalRead
 
CountType totalWritten
 

Detailed Description

template<typename Mapping, typename TCountType = std::size_t, bool MyCodeHandlesProxyReferences = true>
struct llama::mapping::FieldAccessCount< Mapping, TCountType, MyCodeHandlesProxyReferences >::FieldHitsArray::TotalBytes

Definition at line 113 of file FieldAccessCount.hpp.

Member Data Documentation

◆ totalRead

template<typename Mapping , typename TCountType = std::size_t, bool MyCodeHandlesProxyReferences = true>
CountType llama::mapping::FieldAccessCount< Mapping, TCountType, MyCodeHandlesProxyReferences >::FieldHitsArray::TotalBytes::totalRead

Definition at line 115 of file FieldAccessCount.hpp.

◆ totalWritten

template<typename Mapping , typename TCountType = std::size_t, bool MyCodeHandlesProxyReferences = true>
CountType llama::mapping::FieldAccessCount< Mapping, TCountType, MyCodeHandlesProxyReferences >::FieldHitsArray::TotalBytes::totalWritten

Definition at line 116 of file FieldAccessCount.hpp.


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