SVF
Public Attributes | List of all members
st_table_entry Struct Reference

#include <st.h>

Public Attributes

char * key
 
char * record
 
st_table_entrynext
 

Detailed Description

Definition at line 53 of file st.h.

Member Data Documentation

◆ key

char* st_table_entry::key

Definition at line 54 of file st.h.

◆ next

st_table_entry* st_table_entry::next

Definition at line 56 of file st.h.

◆ record

char* st_table_entry::record

Definition at line 55 of file st.h.


The documentation for this struct was generated from the following file: