OSRTDListNodeClass Class Reference
This class represents a doubly-linked list node structure. More...
#include <rtxCppDList.h>
Inheritance diagram for OSRTDListNodeClass:

Public Member Functions | |
| OSRTDListNodeClass (void *pdata) | |
| void * | getData () |
| This method returns a pointer to a data associated with the node. | |
| const void * | getData () const |
| This method returns a pointer to a data associated with the node. | |
| OSRTDListNodeClass * | getNext () |
| This method returns a pointer to a next node in the list. | |
| const OSRTDListNodeClass * | getNext () const |
| This method returns a pointer to a next node in the list. | |
| OSRTDListNodeClass * | getPrev () |
| This method returns a pointer to a previous node in the list. | |
| const OSRTDListNodeClass * | getPrev () const |
| This method returns a pointer to a previous node in the list. | |
Detailed Description
This class represents a doubly-linked list node structure.
It extends the C++ OSRTDListNodeBaseClass type.
Definition at line 56 of file rtxCppDList.h.
Member Function Documentation
|
|
This method returns a pointer to a data associated with the node.
Definition at line 74 of file rtxCppDList.h. |
|
|
This method returns a pointer to a data associated with the node.
Definition at line 67 of file rtxCppDList.h. Referenced by OSRTDListClass::getItem(). |
|
|
This method returns a pointer to a next node in the list.
Definition at line 90 of file rtxCppDList.h. |
|
|
This method returns a pointer to a next node in the list.
Definition at line 81 of file rtxCppDList.h. |
|
|
This method returns a pointer to a previous node in the list.
Definition at line 108 of file rtxCppDList.h. |
|
|
This method returns a pointer to a previous node in the list.
Definition at line 99 of file rtxCppDList.h. |
The documentation for this class was generated from the following file:
