GCC Middle and Back End API Reference
hash_table_control< T > Struct Template Reference

#include <hash-table.h>

Inheritance diagram for hash_table_control< T >:
Collaboration diagram for hash_table_control< T >:

Data Fields

T ** entries
size_t size
size_t n_elements
size_t n_deleted
unsigned int searches
unsigned int collisions
unsigned int size_prime_index

Detailed Description

template<typename T>
struct hash_table_control< T >

Internal implementation type.   

Field Documentation

template<typename T>
unsigned int hash_table_control< T >::collisions
template<typename T>
T** hash_table_control< T >::entries
template<typename T>
size_t hash_table_control< T >::n_deleted
template<typename T>
size_t hash_table_control< T >::n_elements
template<typename T>
unsigned int hash_table_control< T >::searches
template<typename T>
size_t hash_table_control< T >::size
template<typename T>
unsigned int hash_table_control< T >::size_prime_index

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