#include <FieldAccessCount.hpp>
 | 
| auto  | total () const -> AccessCounts< CountType > | 
|   | 
| auto  | totalBytes () const | 
|   | 
| constexpr auto  | size () const | 
|   | 
| constexpr auto  | empty () const -> bool | 
|   | 
| constexpr auto  | begin () -> AccessCounts< CountType > * | 
|   | 
| constexpr auto  | begin () const -> const AccessCounts< CountType > * | 
|   | 
| constexpr auto  | end () -> AccessCounts< CountType > * | 
|   | 
| constexpr auto  | end () const -> const AccessCounts< CountType > * | 
|   | 
| constexpr auto  | front () -> AccessCounts< CountType > & | 
|   | 
| constexpr auto  | front () const -> const AccessCounts< CountType > & | 
|   | 
| constexpr auto  | back () -> AccessCounts< CountType > & | 
|   | 
| constexpr auto  | back () const -> const AccessCounts< CountType > & | 
|   | 
| constexpr auto  | operator[] (IndexType &&idx) -> AccessCounts< CountType > & | 
|   | 
| constexpr auto  | operator[] (IndexType &&idx) const -> const AccessCounts< CountType > & | 
|   | 
| constexpr auto  | data () -> AccessCounts< CountType > * | 
|   | 
| constexpr auto  | data () const -> const AccessCounts< CountType > * | 
|   | 
| constexpr auto  | get () -> AccessCounts< CountType > & | 
|   | 
| constexpr auto  | get () const -> const AccessCounts< CountType > & | 
|   | 
template<typename Mapping, typename TCountType = std::size_t, bool MyCodeHandlesProxyReferences = true>
struct llama::mapping::FieldAccessCount< Mapping, TCountType, MyCodeHandlesProxyReferences >::FieldHitsArray
Definition at line 95 of file FieldAccessCount.hpp.
 
◆ total()
template<typename Mapping , typename TCountType  = std::size_t, bool MyCodeHandlesProxyReferences = true> 
 
 
◆ totalBytes()
template<typename Mapping , typename TCountType  = std::size_t, bool MyCodeHandlesProxyReferences = true> 
 
When MyCodeHandlesProxyReferences is true, return a pair of the total read and written bytes. If false, returns the total bytes of accessed data as a single value. 
Definition at line 121 of file FieldAccessCount.hpp.
 
 
The documentation for this struct was generated from the following file: