Home > Support > Documentation

OSRTScalarDListNode Struct Reference
[Doubly-Linked List Utility FunctionsDoubly-Linked List Utility Functions]

This structure is used to hold a single data item within the list. More...

#include <rtxScalarDList.h>

List of all members.


Public Types

enum  

Public Attributes

enum OSRTScalarDListNode:: { ... }  ident
 Data item identifier.
OSRTScalarDListNodenext
 Pointer to next node in list.
OSRTScalarDListNodeprev
 Pointer to previous node in list.
OSDOUBLE dfltval
 Double prec floating point value.

Detailed Description

This structure is used to hold a single data item within the list.

The data item is a union of all of the possible scalar types it can hold. The node also contains forward and backward pointers to the next and previous entries in the list.

Definition at line 53 of file rtxScalarDList.h.


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