libCZI
Reading and Writing CZI documents made easy
libCZI::ISubBlockCacheStatistics::Statistics Struct Reference

#include <libCZI_Compositor.h>

Public Attributes

std::uint8_t validityMask
 A bit mask which indicates which members are valid. C.f. the constants kMemoryUsage and kElementsCount.
 
std::uint64_t memoryUsage
 The memory usage of all elements in the cache. This field is only valid if the bit kMemoryUsage is set in the validityMask.
 
std::uint32_t elementsCount
 The number of elements in the cache. This field is only valid if the bit kElementsCount is set in the validityMask.
 

Detailed Description

This struct defines the statistics which can be queried from the cache. There is a bitfield which defines which elements are valid. If the bit is set, then the corresponding member is valid.


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