TPriQueLink Class Reference

#include <e32std.h>

class TPriQueLink : public TDblQueLink

Inherits from

Detailed Description

An object embedded within a class T so that objects of type T can form part of an ordered doubly linked list.

Objects are added to the doubly linked list in descending priority order.

Member Attribute Documentation

iPriority

TInt iPriority

The priority value.

Objects are added to the doubly linked list in descending order of this value.