FreeSASA  1.1
Open source SASA calculations
View on GitHub
Data Fields
freesasa_strvp Struct Reference

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.
 

Detailed Description

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.


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