Edinburgh Speech Tools  2.4-release
 All Classes Functions Variables Typedefs Enumerations Enumerator Friends Pages
EST_Hash_Pair< K, V > Class Template Reference

#include <include/EST_THash.h>

Collaboration diagram for EST_Hash_Pair< K, V >:

Public Attributes

k
 The key.
 
v
 The value.
 

Friends

class EST_THash< K, V >
 The hash table must be a friend so it can see the pointer.
 

Detailed Description

template<class K, class V>
class EST_Hash_Pair< K, V >

This class is used in hash tables to hold a key value pair. Not much to say beyond that.

Definition at line 75 of file EST_THash.h.


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