Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://rtm-cs.sinp.msu.ru/manual/qt/qlnode.html
Дата изменения: Sun Jul 12 02:58:58 1998 Дата индексирования: Mon Oct 1 19:56:45 2012 Кодировка: |
The QLNode class is an internal class for the QList template collection. More...
#include <qglist.h>
QLNode is a doubly linked list node; it has three pointers:
Sometimes it might be practical to have direct access to the list nodes in a QList, but it is seldom required.
Warning: Be very careful if you want to access the list nodes. The heap can easily get corrupted if you make a mistake.
See also: QList::currentNode(), QList::removeNode() and QList::takeNode().
Returns a pointer (void*)
to the actual data in the list node.
Search the documentation, FAQ, qt-interest archive and more (uses
www.troll.no):
This file is part of the Qt toolkit, copyright © 1995-98 Troll Tech, all rights reserved.
It was generated from the following files:
Copyright © 1998 Troll Tech | Trademarks | Qt version 1.40
|