Struct used to store n string-value-pairs (strvp) in arrays of doubles and strings. More...
#include <freesasa.h>
Data Fields | |
double * | value |
Array of values. | |
char ** | string |
Array of strings. | |
int | n |
Number of values and strings. | |
Struct used to store n string-value-pairs (strvp) in arrays of doubles and strings.
freesasa_strvp_free() assumes both arrays and strings are dynamically allocated.
Definition at line 130 of file freesasa.h.