VRUT::ModuleIdHash Class Reference

Hashing function for MODULE_ID. More...

#include <moddefs.h>

List of all members.

Public Member Functions

 ModuleIdHash ()
unsigned long operator() (const MODULE_ID &k) const
ModuleIdHashoperator= (const ModuleIdHash &)


Detailed Description

Hashing function for MODULE_ID.

Definition at line 197 of file moddefs.h.


Constructor & Destructor Documentation

VRUT::ModuleIdHash::ModuleIdHash (  )  [inline]

Definition at line 200 of file moddefs.h.

00200 {}


Member Function Documentation

unsigned long VRUT::ModuleIdHash::operator() ( const MODULE_ID k  )  const [inline]

Definition at line 202 of file moddefs.h.

00203               {
00204                      return k.GetID();
00205               }

ModuleIdHash& VRUT::ModuleIdHash::operator= ( const ModuleIdHash  )  [inline]

Definition at line 207 of file moddefs.h.

00208               {
00209                      return *this;
00210               }


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

Generated on Tue Mar 10 14:41:44 2009 for VRUT by  doxygen 1.5.5