mongo::HashTable< Key, Type >::Node Struct Reference

#include <hashtab.h>

List of all members.

Public Member Functions

bool inUse ()
void setUnused ()

Public Attributes

int hash
Key k
Type value

Detailed Description

template<class Key, class Type>
struct mongo::HashTable< Key, Type >::Node

Definition at line 45 of file hashtab.h.


Member Function Documentation

template<class Key, class Type>
bool mongo::HashTable< Key, Type >::Node::inUse (  )  [inline]

Definition at line 49 of file hashtab.h.

template<class Key, class Type>
void mongo::HashTable< Key, Type >::Node::setUnused (  )  [inline]

Definition at line 52 of file hashtab.h.


Member Data Documentation

template<class Key, class Type>
int mongo::HashTable< Key, Type >::Node::hash

Definition at line 46 of file hashtab.h.

template<class Key, class Type>
Key mongo::HashTable< Key, Type >::Node::k

Definition at line 47 of file hashtab.h.

template<class Key, class Type>
Type mongo::HashTable< Key, Type >::Node::value

Definition at line 48 of file hashtab.h.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines


mongodb
Author(s): Nate Koenig
autogenerated on Fri Jan 11 12:15:55 2013