ACE_Hash< signed char > Class Template Reference

Function object for hashing a signed char. More...

#include <Functor.h>

List of all members.

Public Member Functions

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


Detailed Description

template<>
class ACE_Hash< signed char >

Function object for hashing a signed char.

Definition at line 110 of file Functor.h.


Member Function Documentation

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

Simply returns t.

Definition at line 68 of file Functor.inl.

00069 {
00070   return t;
00071 }


The documentation for this class was generated from the following files:
Generated on Thu Nov 9 11:22:50 2006 for ACE by doxygen 1.3.6