GLYLIB  0.3.0b
gly_keysvals Struct Reference

#include <gly_fileutils.h>

List of all members.

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.

Detailed Description

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.


Member Data Documentation

An array of n keys.

Definition at line 19 of file gly_fileutils.h.

Referenced by get_keysvals_from_slurp().

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().

An array of n values.

Definition at line 20 of file gly_fileutils.h.

Referenced by get_keysvals_from_slurp().


The documentation for this struct was generated from the following file:
 All Classes Files Functions Variables Typedefs Defines