struct OSRTDListNode |
This structure is used to hold a single data item within the list. It contains a void pointer to point at any type of data item and forward and backward pointers to the next and previous entries in the list.
Public Attributes | |
---|---|
void * | data |
struct OSRTDListNode * | next |
struct OSRTDListNode * | prev |
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.