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

tokeninfo_hash Struct Reference

List of all members.

Public Methods

size_t operator() (const TOKENINFO &ti) const

Member Function Documentation

size_t tokeninfo_hash::operator() const TOKENINFO   ti const [inline]
 

Definition at line 33 of file tokentable.cpp.

00034     {
00035         return myhashstr(ti.pair.first) + 
00036                 myhashstr(ti.pair.second) + 
00037                 ti.dwType;
00038     }


The documentation for this struct was generated from the following file:
Generated on Sat Dec 22 16:02:00 2001 for XMILLforBinaryFormat by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001