LAL  7.5.0.1-b72065a
LALValue Struct Reference

Detailed Description

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 []
 

Field Documentation

◆ type

LALTYPECODE LALValue::type

Definition at line 24 of file LALValue_private.h.

◆ size

size_t LALValue::size

Definition at line 25 of file LALValue_private.h.

◆ i1

CHAR LALValue::i1

Definition at line 27 of file LALValue_private.h.

◆ i2

INT2 LALValue::i2

Definition at line 28 of file LALValue_private.h.

◆ i4

INT4 LALValue::i4

Definition at line 29 of file LALValue_private.h.

◆ i8

INT8 LALValue::i8

Definition at line 30 of file LALValue_private.h.

◆ u1

UCHAR LALValue::u1

Definition at line 31 of file LALValue_private.h.

◆ u2

UINT2 LALValue::u2

Definition at line 32 of file LALValue_private.h.

◆ u4

UINT4 LALValue::u4

Definition at line 33 of file LALValue_private.h.

◆ u8

UINT8 LALValue::u8

Definition at line 34 of file LALValue_private.h.

◆ s

REAL4 LALValue::s

Definition at line 35 of file LALValue_private.h.

◆ d

REAL8 LALValue::d

Definition at line 36 of file LALValue_private.h.

◆ c

COMPLEX8 LALValue::c

Definition at line 37 of file LALValue_private.h.

◆ z

COMPLEX16 LALValue::z

Definition at line 38 of file LALValue_private.h.

◆ 

union { ... } LALValue::data[]