Main Page | Modules | Alphabetical List | Data Structures | File List | Data Fields | Globals | Related Pages

s_name_value Struct Reference

#include <configparser.h>


Data Fields

u_char * name
u_char ** values
int valnum
s_name_valuenext


Detailed Description

A list of name-value-pairs

Definition at line 63 of file configparser.h.


Field Documentation

u_char* s_name_value::name
 

The name of the directive

Definition at line 64 of file configparser.h.

struct s_name_value* s_name_value::next
 

Pointer to the next entry in the list

Definition at line 69 of file configparser.h.

int s_name_value::valnum
 

The size of the values array

Definition at line 67 of file configparser.h.

u_char** s_name_value::values
 

The value array of this struct

Definition at line 66 of file configparser.h.


The documentation for this struct was generated from the following file:
Generated on Sun Apr 25 16:37:40 2004 for Classic Forum by doxygen 1.3.5