libsc  2.8.7
The SC library provides support for parallel scientific applications.
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Data Fields
sc_hash_array Struct Reference

The sc_hash_array implements an array backed up by a hash table. More...

#include <sc_containers.h>

Collaboration diagram for sc_hash_array:
Collaboration graph
[legend]

Data Fields

void * user_data
 Context passed by the user.
 
sc_array_t a
 Array storing the elements.
 
sc_hash_th
 Hash map pointing into element array.
 
sc_hash_array_data_tinternal_data
 Private context data.
 

Detailed Description

The sc_hash_array implements an array backed up by a hash table.

This enables O(1) access for array elements.


The documentation for this struct was generated from the following file: