Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

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



Arrays And Lists Overview


Purpose

Provides arrays and lists of objects.

[Top]


Description

Functionality is provided by a number of APIs. Use them as follows:

Fixed Size Arrays Overview

Provides a simple wrapper to C++ arrays with additional automatic checking of index values.

Dynamic Arrays Overview

Provides families of dynamically expandable heap-based arrays.

Array Keys Overview

Defines a property of array element by which a dynamic array can sorted and searched.

Singly Linked Lists Overview

Manipulates a singly-linked list: an ordered, non-indexed list of elements, that can be traversed only from start to end.

Doubly Linked Lists Overview

Manipulates a doubly-linked list: an ordered, non-indexed list of elements, that can be traversed in both directions.

[Top]


See also

Buffers And Strings Overview

Descriptor Arrays Overview

System Static Functions Overview