Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

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



Location: e32std.h
Link against: euser.lib

Class TDblQueIterBase

TDblQueIterBase

Support

Supported from 5.0

Description

A base class that provides implementation for the doubly linked list iterator. It also encapsulates a pointer to the current link list element.

The class is abstract and is not intended to be instantiated.

Defined in TDblQueIterBase:
SetToFirst(), SetToLast()


Reset iterator pointer


SetToFirst()

void SetToFirst();

Description

Sets the iterator to point to the first element in the doubly linked list. The function can be called to re-set the pointer at any time during the iterator’s existence.

The function can be called even if the list has no elements.


SetToLast()

void SetToLast();

Description

Sets the iterator to point to the last element in the doubly linked list. The function can be called to re-set the pointer at any time during the iterator’s existence.

The function can be called even if the list has no elements.