|
ISLEman
|
The QLNode class is an internal class for the QList template collection. More...
#include <qglist.h>
Public Member Functions | |
| QCollection::Item | getData () |
Friends | |
| class | QGList |
| class | QGListIterator |
The QLNode class is an internal class for the QList template collection.
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.
|
inline |
Returns a pointer (void*) to the actual data in the list node.
1.8.12