Vegastrike 0.5.1 rc1  1.0
Original sources for Vegastrike Evolved
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
stdext::hash< const Unit * > Class Template Reference

#include <gnuhash.h>

Public Member Functions

size_t operator() (const Unit *const &key) const
 

Detailed Description

template<>
class stdext::hash< const Unit * >

Definition at line 111 of file gnuhash.h.

Member Function Documentation

size_t stdext::hash< const Unit * >::operator() ( const Unit *const &  key) const
inline

Definition at line 115 of file gnuhash.h.

References a.

116  {
117  return a( (size_t) key>>4 );
118  }

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