Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

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



Circular Buffers Overview


Purpose

Provides a fixed length first-in first-out queue of fixed-size objects.

[Top]


Description

Note the following properties of circular buffers:

Circular buffers are provided by CCirBuf .

A predefined circular buffer of unsigned integers is provided by CCirBuffer.

[Top]


See also

Doubly Linked Lists Overview