OSRTScalarDListNode Struct Reference
[Scalar Doubly-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 Attributes

struct OSRTScalarDListNodenext
 Pointer to next node in list.
struct OSRTScalarDListNodeprev
 Pointer to previous node in list.
OSDOUBLE dfltval
 Double prec floating point value.
OSFLOAT fltval
 Single prec floating point value.
OSINT32 i32val
 32-bit signed integer
OSUINT32 ui32val
 32-bit unsigned integer
OSINT64 i64val
 64-bit signed integer
OSUINT64 ui64val
 64-bit unsigned integer

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 68 of file rtxScalarDList.h.


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