OSRTScalarDListNode Struct Reference
[Doubly-Linked List Utility Functions, Doubly-Linked List Utility Functions]
This structure is used to hold a single data item within the list.
More...
#include <rtxScalarDList.h>
Public Types | |
| enum | |
Public Attributes | |
| enum OSRTScalarDListNode:: { ... } | ident |
| Data item identifier. | |
| OSRTScalarDListNode * | next |
| Pointer to next node in list. | |
| OSRTScalarDListNode * | prev |
| 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:
