ADTF  3.18.4
cFileRingBuffer< ADDITIONAL_DATA, ALIGNMENT >::tItemPiece

Helper struct to store an item that is made up by multiple data buffers. More...

Public Attributes

const tVoidpData
 The data of the piece.
 
tSize nDataSize
 The size of the piece.
 

Detailed Description

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

Helper struct to store an item that is made up by multiple data buffers.

Definition at line 61 of file fileringbuffer.h.