XBinder
Version 2.9.x
|
This structure is used to hold a single data item within the list. More...
#include <rtxScalarDList.h>
Public Attributes | |
struct OSRTScalarDListNode * | next |
Pointer to next node in list. | |
struct OSRTScalarDListNode * | prev |
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 | |
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.