OSRTObjListNodeClass Class Reference

This class represents a doubly-linked list node structure for OSRTBaseType instances. More...

#include <rtxCppDList.h>

Inheritance diagram for OSRTObjListNodeClass:
OSRTDListNodeBaseClass

List of all members.

Public Member Functions

OSRTBaseTypegetData ()
 This method returns a pointer to a data associated with the node.
const OSRTBaseTypegetData () const
 This method returns a pointer to a data associated with the node.
OSRTObjListNodeClassgetNext ()
 This method returns a pointer to a next node in the list.
const OSRTObjListNodeClassgetNext () const
 This method returns a pointer to a next node in the list.
OSRTObjListNodeClassgetPrev ()
 This method returns a pointer to a previous node in the list.
const OSRTObjListNodeClassgetPrev () 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 117 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 135 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 128 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 151 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 142 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 169 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 160 of file rtxCppDList.h.


The documentation for this class was generated from the following file: