#include <psMetadata.h>
Collaboration diagram for psMetadata:

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 | |
| psList * | list |
| Metadata in linked-list. | |
| psHash * | table |
| Metadata in a hash table. | |
|
|
Metadata in linked-list.
Definition at line 93 of file psMetadata.h. |
|
|
Metadata in a hash table.
Definition at line 94 of file psMetadata.h. |
1.4.1