ADTF  3.18.2
cFileRingBuffer< ADDITIONAL_DATA, ALIGNMENT >::tItem

This struct store information about an item in the buffer. More...

Public Attributes

tFilePos nFilePos
 The file position of the items data.
 
tSize nSize
 The size of the items data.
 
ADDITIONAL_DATA xAdditional
 additional bookkeeping data
 

Detailed Description

template<typename ADDITIONAL_DATA = tUInt8, tUInt8 ALIGNMENT = 1>
struct A_UTILS_NS::cFileRingBuffer< ADDITIONAL_DATA, ALIGNMENT >::tItem

This struct store information about an item in the buffer.

Definition at line 34 of file fileringbuffer.h.