OSRTObjListNodeClass Class ReferenceThis class represents a doubly-linked list node structure for OSBaseType instances.
More...
#include <rtxCppDList.h>
Inheritance diagram for OSRTObjListNodeClass:
List of all members.
Detailed Description
This class represents a doubly-linked list node structure for OSBaseType instances.
It extends the C++ OSRTDListNodeBaseClass type.
Definition at line 128 of file rtxCppDList.h.
Member Function Documentation
| const OSBaseType* OSRTObjListNodeClass::getData |
( |
|
) |
const [inline] |
|
|
|
This method returns a pointer to a data associated with the node.
- Returns:
- Node data pointer.
Definition at line 146 of file rtxCppDList.h. |
| OSBaseType* OSRTObjListNodeClass::getData |
( |
|
) |
[inline] |
|
|
|
This method returns a pointer to a next node in the list.
- Returns:
- Pointer to the next node.
Definition at line 162 of file rtxCppDList.h. |
|
|
This method returns a pointer to a next node in the list.
- Returns:
- Pointer to the next node.
Definition at line 153 of file rtxCppDList.h. |
|
|
This method returns a pointer to a previous node in the list.
- Returns:
- Pointer to the previous node.
Definition at line 180 of file rtxCppDList.h. |
|
|
This method returns a pointer to a previous node in the list.
- Returns:
- Pointer to the previous node.
Definition at line 171 of file rtxCppDList.h. |
The documentation for this class was generated from the following file:
|