Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

[Index] [Glossary] [Previous] [Next]



About Circular Buffers

A circular buffer provides a way of implementing a fixed length queue of fixed size objects. Objects are added to the head of the queue and removed from the tail of the queue.