Main Page | Modules | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals

psMetadata Struct Reference
[Metadata Functions]

#include <psMetadata.h>

Collaboration diagram for psMetadata:

Collaboration graph
[legend]

Detailed Description

Metadata data structure.

Struct for holding metadata items. Metadata items are held in two containers. The first employs a doubly-linked list to preserve the order of the metadata. The second container employs a hash table which allows fast lookup when given a metadata keyword.

Definition at line 91 of file psMetadata.h.

Data Fields

psListlist
 Metadata in linked-list.
psHashtable
 Metadata in a hash table.


Field Documentation

psList* psMetadata::list
 

Metadata in linked-list.

Definition at line 93 of file psMetadata.h.

psHash* psMetadata::table
 

Metadata in a hash table.

Definition at line 94 of file psMetadata.h.


The documentation for this struct was generated from the following file:
Generated on Wed Jun 15 11:01:13 2005 for Pan-STARRS Foundation Library by  doxygen 1.4.1