Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

std::_Hashtable_node Struct Template Reference

#include <stl_hashtable.h>

Collaboration diagram for std::_Hashtable_node:

Collaboration graph
[legend]
List of all members.

Public Attributes

_Hashtable_node* _M_next
_Val _M_val

template<class _Val> struct std::_Hashtable_node


Member Data Documentation

template<class _Val>
_Hashtable_node<_Val>* std::_Hashtable_node<_Val>::_M_next
 

Definition at line 53 of file stl_hashtable.h.

template<class _Val>
_Val std::_Hashtable_node<_Val>::_M_val
 

Definition at line 54 of file stl_hashtable.h.


The documentation for this struct was generated from the following file:
Generated at Tue May 1 16:29:49 2001 for libstdc++-v3 by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001