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

Google


Objective Systems, Inc.

OSRTObjListNodeClass Class Reference

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

#include <rtxCppDList.h>

Inheritance diagram for OSRTObjListNodeClass:

OSRTDListNodeBaseClass List of all members.

Public Member Functions

OSBaseTypegetData ()
 This method returns a pointer to a data associated with the node.
const OSBaseTypegetData () 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 OSBaseType instances.

It extends the C++ OSRTDListNodeBaseClass type.

Definition at line 128 of file rtxCppDList.h.


Member Function Documentation

const OSBaseType* OSRTObjListNodeClass::getData  )  const [inline]
 

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

Returns:
Node data pointer.

Definition at line 146 of file rtxCppDList.h.

OSBaseType* OSRTObjListNodeClass::getData  )  [inline]
 

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

Returns:
Node data pointer.

Definition at line 139 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 162 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 153 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 180 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 171 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