OverSim
SimpleCoordinate::hashFcn Class Reference

defines a hash function for SimpleCoordinate More...

#include <SimpleCoordDataContainer.h>

Public Member Functions

size_t operator() (const SimpleCoordinate &h1) const

Detailed Description

defines a hash function for SimpleCoordinate

Definition at line 38 of file SimpleCoordDataContainer.h.

Member Function Documentation

size_t SimpleCoordinate::hashFcn::operator() ( const SimpleCoordinate h1) const
inline

Definition at line 41 of file SimpleCoordDataContainer.h.

{
return h1.hash();
}

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