Objective Systems, Inc.  
Home
About ASN.1
Products
Free Software
Documents
Services
Resources
Resellers
Customers
Careers
About Us
Contact Us
 

Google


Objective Systems, Inc.

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)
 OSRTDListNodeClass (void *pdata, OSBOOL ownMemory)
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 65 of file rtxCppDList.h.


Member Function Documentation

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

void* OSRTDListNodeClass::getData  )  [inline]
 

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

Returns:
Node data pointer.

Definition at line 78 of file rtxCppDList.h.

Referenced by OSRTDListClass::getItem().

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 101 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 92 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 119 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 110 of file rtxCppDList.h.


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

This file was last modified on 8 Jan 2007.
XBinder, Version 1.1.9