ACE_Hash< short > Class Template Reference

Function object for hashing a short number. More...

#include <Functor.h>

List of all members.

Public Member Functions

unsigned long operator() (short t) const
 Simply returns t.


Detailed Description

template<>
class ACE_Hash< short >

Function object for hashing a short number.

Definition at line 207 of file Functor.h.


Member Function Documentation

ACE_INLINE unsigned long ACE_Hash< short >::operator() short  t  )  const
 

Simply returns t.

Definition at line 111 of file Functor.inl.

00112 {
00113   return static_cast<unsigned long> (t);
00114 }


The documentation for this class was generated from the following files:
Generated on Sun Jan 27 12:54:53 2008 for ACE by doxygen 1.3.6