Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

PsString_hash Struct Reference

A fonction Object for a hash function on PsStrings. More...

#include <PsString.h>

List of all members.

Public Methods

size_t operator() (const PsString &ch) const


Detailed Description

A fonction Object for a hash function on PsStrings.

Definition at line 327 of file PsString.h.


Member Function Documentation

size_t PsString_hash::operator() const PsString   ch const [inline]
 

Definition at line 328 of file PsString.h.

References PsString::getCString().

00329    {
00330       static hash<const char *> H;
00331       return H(ch.getCString());
00332    }


The documentation for this struct was generated from the following file:
logo OpenMask

Documentation generated on Mon Nov 25 15:26:30 2002

Generated with doxygen 1.2.12 by Dimitri van Heesch ,   1997-2001