Edinburgh Speech Tools  2.1-release
EST_THash< K, V >::IPointer Class Reference

#include <include/EST_THash.h>

Public Member Functions

 IPointer ()
 

Public Attributes

unsigned int b
 
EST_Hash_Pair< K, V > * p
 

Detailed Description

template<class K, class V>
class EST_THash< K, V >::IPointer

A position in the table is given by a bucket number and a pointer into the bucket.

Definition at line 184 of file EST_THash.h.

Constructor & Destructor Documentation

template<class K, class V>
EST_THash< K, V >::IPointer::IPointer ( )
inline

Definition at line 188 of file EST_THash.h.

Member Data Documentation

template<class K, class V>
unsigned int EST_THash< K, V >::IPointer::b

Definition at line 186 of file EST_THash.h.

template<class K, class V>
EST_Hash_Pair<K, V>* EST_THash< K, V >::IPointer::p

Definition at line 187 of file EST_THash.h.


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