NLSOUND::THashPtr< Pointer > Struct Template Reference

#include <audio_mixer_user.h>


Detailed Description

template<class Pointer>
struct NLSOUND::THashPtr< Pointer >

Hasher functor for hashed container with pointer key.

Definition at line 76 of file audio_mixer_user.h.

Public Member Functions

size_t operator() (const Pointer &ptr) const


Member Function Documentation

template<class Pointer>
size_t NLSOUND::THashPtr< Pointer >::operator() const Pointer &  ptr  )  const [inline]
 

Definition at line 78 of file audio_mixer_user.h.

References uint.

00079         {
00080                 std::hash_set<uint>::hasher     h;
00081                 // transtype the pointer into int then hash it
00082                 return h.operator()(uint(ptr));
00083         }


The documentation for this struct was generated from the following file:
Generated on Tue Mar 16 14:52:30 2004 for NeL by doxygen 1.3.6