XBinder  Version 2.6.x
Public Attributes | List of all members
OSRTScalarDListNode Struct Reference

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

#include <rtxScalarDList.h>

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: