DWFCore::tDWFHashKernel< T, S > Struct Template Reference

#include "dwfcore/Hash.h"

Inheritance diagram for DWFCore::tDWFHashKernel< T, S >:

Inheritance graph
[legend]
List of all members.

Detailed Description

template<class T, class S>
struct DWFCore::tDWFHashKernel< T, S >

Hashing function template.

Since:
1.0.1
This template defines a general hash operator.
Parameters:
T The value type of the hash (generally expected as long or long long.
S The content type of the hash

Definition at line 51 of file Hash.h.

Public Member Functions

virtual T operator() (const S *_s) const
virtual ~tDWFHashKernel ()


Member Function Documentation

template<class T, class S>
virtual T DWFCore::tDWFHashKernel< T, S >::operator() const S *  _s  )  const [inline, virtual]
 

T value hash operator for S type content.

Parameters:
_s The content to hash.
Returns:
The hash code.

Definition at line 59 of file Hash.h.


The documentation for this struct was generated from the following file:
Generated on Tue Jan 6 22:39:36 2009 for Autodesk DWF Core Library by  doxygen 1.4.5