dictionary Struct Reference

#include <dictionary.h>


Data Fields

int size
int capacity
int(* compar )(void *, void *)
void(* keyfree )(void *)
void ** key
void ** value


Detailed Description

Definition at line 31 of file dictionary.h.


Field Documentation

int dictionary::size

Definition at line 32 of file dictionary.h.

int dictionary::capacity

Definition at line 33 of file dictionary.h.

int(* dictionary::compar)(void *, void *)

void(* dictionary::keyfree)(void *)

void** dictionary::key

Definition at line 36 of file dictionary.h.

void** dictionary::value

Definition at line 37 of file dictionary.h.


The documentation for this struct was generated from the following file:
Generated on Wed May 23 17:20:17 2007 using doxygen 1.5.2