OSRTDListNodeClass Class Reference
This class represents a doubly-linked list node structure. More...
#include <rtxCppDList.h>
Public Member Functions | |
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 55 of file rtxCppDList.h.
Member Function Documentation
const void* OSRTDListNodeClass::getData | ( | ) | const [inline] |
This method returns a pointer to a data associated with the node.
- Returns:
- Node data pointer.
Definition at line 73 of file rtxCppDList.h.
void* OSRTDListNodeClass::getData | ( | ) | [inline] |
This method returns a pointer to a data associated with the node.
- Returns:
- Node data pointer.
Definition at line 66 of file rtxCppDList.h.
Referenced by OSRTDListClass::getItem().
const OSRTDListNodeClass* OSRTDListNodeClass::getNext | ( | ) | const [inline] |
This method returns a pointer to a next node in the list.
- Returns:
- Pointer to the next node.
Definition at line 89 of file rtxCppDList.h.
OSRTDListNodeClass* OSRTDListNodeClass::getNext | ( | ) | [inline] |
This method returns a pointer to a next node in the list.
- Returns:
- Pointer to the next node.
Definition at line 80 of file rtxCppDList.h.
const OSRTDListNodeClass* OSRTDListNodeClass::getPrev | ( | ) | const [inline] |
This method returns a pointer to a previous node in the list.
- Returns:
- Pointer to the previous node.
Definition at line 107 of file rtxCppDList.h.
OSRTDListNodeClass* OSRTDListNodeClass::getPrev | ( | ) | [inline] |
This method returns a pointer to a previous node in the list.
- Returns:
- Pointer to the previous node.
Definition at line 98 of file rtxCppDList.h.
The documentation for this class was generated from the following file: