Definition at line 23 of file LALValue_private.h.
Data Fields | |
| LALTYPECODE | type |
| size_t | size |
| union { | |
| CHAR i1 | |
| INT2 i2 | |
| INT4 i4 | |
| INT8 i8 | |
| UCHAR u1 | |
| UINT2 u2 | |
| UINT4 u4 | |
| UINT8 u8 | |
| REAL4 s | |
| REAL8 d | |
| COMPLEX8 c | |
| COMPLEX16 z | |
| } | data [] |
| LALTYPECODE LALValue::type |
Definition at line 24 of file LALValue_private.h.
| size_t LALValue::size |
Definition at line 25 of file LALValue_private.h.
| CHAR LALValue::i1 |
Definition at line 27 of file LALValue_private.h.
| INT2 LALValue::i2 |
Definition at line 28 of file LALValue_private.h.
| INT4 LALValue::i4 |
Definition at line 29 of file LALValue_private.h.
| INT8 LALValue::i8 |
Definition at line 30 of file LALValue_private.h.
| UCHAR LALValue::u1 |
Definition at line 31 of file LALValue_private.h.
| UINT2 LALValue::u2 |
Definition at line 32 of file LALValue_private.h.
| UINT4 LALValue::u4 |
Definition at line 33 of file LALValue_private.h.
| UINT8 LALValue::u8 |
Definition at line 34 of file LALValue_private.h.
| REAL4 LALValue::s |
Definition at line 35 of file LALValue_private.h.
| REAL8 LALValue::d |
Definition at line 36 of file LALValue_private.h.
| COMPLEX8 LALValue::c |
Definition at line 37 of file LALValue_private.h.
| COMPLEX16 LALValue::z |
Definition at line 38 of file LALValue_private.h.
| union { ... } LALValue::data[] |