This document is an overview of circular buffers.
Note the following properties of circular buffers:
only simple add, remove, and reset operations are available
elements are added to the head of the queue and removed from the tail of the queue
all elements in a circular buffer must be objects of the same type
Circular buffers are provided by CCirBuf .
A predefined circular buffer of unsigned integers is provided by CCirBuffer.
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.