Main   Namespaces   Classes   Hierarchy   Annotated   Files   Compound   Global   Pages  

HashMap< T >::Data Struct Reference

List of all members.

Public Attributes

hash_t key
value

Detailed Description

template<typename T>
struct HashMap< T >::Data

Definition at line 110 of file HashMap.hpp.


Member Data Documentation

template<typename T>
hash_t HashMap< T >::Data::key

Definition at line 112 of file HashMap.hpp.

template<typename T>
T HashMap< T >::Data::value

Definition at line 113 of file HashMap.hpp.


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


6 Jan 2011 Doxygen 1.6.3