Main Page
Namespace List
Class Hierarchy
Alphabetical List
Compound List
File List
Namespace Members
Compound Members
File Members
HashTableItem Struct Template Reference
Template class representing one item in the
HashTable
.
More...
#include <
hashtable.h
>
List of all members.
Public Attributes
Key_
key_
Key assigned to the item.
T_ *
data_
Data of the item.
Detailed Description
template<class Key_, class T_>
struct HashTableItem< Key_, T_ >
Template class representing one item in the
HashTable
.
Parameters:
Key_
Class representing the type of a key.
T_
Class representing the type of data.
Definition at line
145
of file
hashtable.h
.
The documentation for this struct was generated from the following file:
hashtable.h
Generated on Wed Feb 5 10:43:05 2003 for Exalt by
1.2.14 written by
Dimitri van Heesch
, © 1997-2002