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

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 forOSRTBaseType instances.
It extends the C++ OSRTDListNodeBaseClass type.
Definition at line 117 of file rtxCppDList.h.
Member Function Documentation
|
|
This method returns a pointer to a data associated with the node.
Definition at line 135 of file rtxCppDList.h. |
|
|
This method returns a pointer to a data associated with the node.
Definition at line 128 of file rtxCppDList.h. Referenced by OSRTObjListClass::getItem(). |
|
|
This method returns a pointer to a next node in the list.
Definition at line 151 of file rtxCppDList.h. |
|
|
This method returns a pointer to a next node in the list.
Definition at line 142 of file rtxCppDList.h. |
|
|
This method returns a pointer to a previous node in the list.
Definition at line 169 of file rtxCppDList.h. |
|
|
This method returns a pointer to a previous node in the list.
Definition at line 160 of file rtxCppDList.h. |
The documentation for this class was generated from the following file:
