ACE_Hash< unsigned char > Class Template Reference

Function object for hashing an unsigned char. More...

#include <Functor.h>

List of all members.

Public Member Functions

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


Detailed Description

template<>
class ACE_Hash< unsigned char >

Function object for hashing an unsigned char.

Definition at line 123 of file Functor.h.


Member Function Documentation

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

Simply returns t.

Definition at line 69 of file Functor.inl.

00070 {
00071   return t;
00072 }


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