OSRTDListNodeClass Class Reference

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

#include <rtxCppDList.h>

Inheritance diagram for OSRTDListNodeClass:

OSRTDListNodeBaseClass List of all members.

Public Member Functions

 OSRTDListNodeClass (void *pdata)
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.
OSRTDListNodeClassgetNext ()
 This method returns a pointer to a next node in the list.
const OSRTDListNodeClassgetNext () const
 This method returns a pointer to a next node in the list.
OSRTDListNodeClassgetPrev ()
 This method returns a pointer to a previous node in the list.
const OSRTDListNodeClassgetPrev () 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 56 of file rtxCppDList.h.


Member Function Documentation

void* OSRTDListNodeClass::getData (  )  [inline]

This method returns a pointer to a data associated with the node.

Returns:
Node data pointer.

Definition at line 67 of file rtxCppDList.h.

Referenced by OSRTDListClass::getItem().

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 74 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 81 of file rtxCppDList.h.

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 90 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 99 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 108 of file rtxCppDList.h.


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