Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]


Circular Buffers Overview

[Top]


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