OSRTObjListNodeClass Class Reference
This class represents a doubly-linked list node structure for OSRTBaseType
instances.
More...
#include <rtxCppDList.h>
Public Member Functions | |
OSRTBaseType * | getData () |
This method returns a pointer to a data associated with the node. | |
const OSRTBaseType * | getData () const |
This method returns a pointer to a data associated with the node. | |
OSRTObjListNodeClass * | getNext () |
This method returns a pointer to a next node in the list. | |
const OSRTObjListNodeClass * | getNext () const |
This method returns a pointer to a next node in the list. | |
OSRTObjListNodeClass * | getPrev () |
This method returns a pointer to a previous node in the list. | |
const OSRTObjListNodeClass * | 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 for OSRTBaseType
instances.
It extends the C++ OSRTDListNodeBaseClass
type.
Definition at line 116 of file rtxCppDList.h.
Member Function Documentation
const OSRTBaseType* OSRTObjListNodeClass::getData | ( | ) | const [inline] |
This method returns a pointer to a data associated with the node.
- Returns:
- Node data pointer.
Definition at line 134 of file rtxCppDList.h.
OSRTBaseType* OSRTObjListNodeClass::getData | ( | ) | [inline] |
This method returns a pointer to a data associated with the node.
- Returns:
- Node data pointer.
Definition at line 127 of file rtxCppDList.h.
Referenced by OSRTObjListClass::getItem().
const OSRTObjListNodeClass* OSRTObjListNodeClass::getNext | ( | ) | const [inline] |
This method returns a pointer to a next node in the list.
- Returns:
- Pointer to the next node.
Definition at line 150 of file rtxCppDList.h.
OSRTObjListNodeClass* OSRTObjListNodeClass::getNext | ( | ) | [inline] |
This method returns a pointer to a next node in the list.
- Returns:
- Pointer to the next node.
Definition at line 141 of file rtxCppDList.h.
const OSRTObjListNodeClass* OSRTObjListNodeClass::getPrev | ( | ) | const [inline] |
This method returns a pointer to a previous node in the list.
- Returns:
- Pointer to the previous node.
Definition at line 168 of file rtxCppDList.h.
OSRTObjListNodeClass* OSRTObjListNodeClass::getPrev | ( | ) | [inline] |
This method returns a pointer to a previous node in the list.
- Returns:
- Pointer to the previous node.
Definition at line 159 of file rtxCppDList.h.
The documentation for this class was generated from the following file: