GLYLIB
0.3.0b
|
#include <gly_fileutils.h>
Public Attributes | |
int | n |
The number of keys and values in this set. | |
char ** | K |
An array of n keys. | |
char ** | V |
An array of n values. |
A structure to hold sets of keywords and values that have been, for example, read from a file.
Definition at line 17 of file gly_fileutils.h.
char** gly_keysvals::K |
An array of n keys.
Definition at line 19 of file gly_fileutils.h.
Referenced by get_keysvals_from_slurp().
int gly_keysvals::n |
The number of keys and values in this set.
Definition at line 18 of file gly_fileutils.h.
Referenced by deallocateGlyKeysvals(), and get_keysvals_from_slurp().
char** gly_keysvals::V |
An array of n values.
Definition at line 20 of file gly_fileutils.h.
Referenced by get_keysvals_from_slurp().