LAL  7.5.0.1-b72065a
LALDictEntry Struct Reference

Detailed Description

Definition at line 40 of file LALDict.c.

Data Fields

struct tagLALDictEntrynext
 
char * key
 
LALValue value
 

Field Documentation

◆ next

struct tagLALDictEntry* LALDictEntry::next

Definition at line 41 of file LALDict.c.

◆ key

char* LALDictEntry::key

Definition at line 42 of file LALDict.c.

◆ value

LALValue LALDictEntry::value

Definition at line 43 of file LALDict.c.