Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members

FXDict Class Reference

#include <FXDict.h>

Inheritance diagram for FXDict:

FXObject FXFileDict FXIconDict FXSettings FXStringDict FXRegistry List of all members.

Detailed Description

The dictionary class maintains a fast-access hash table of entities indexed by a character string. It is typically used to map strings to pointers; however, overloading the createData() and deleteData() members allows any type of data to be indexed by strings.