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

tokeninfo_cmpeq Struct Reference

List of all members.

Public Methods

bool operator() (const TOKENINFO &ti1, const TOKENINFO &ti2) const

Member Function Documentation

bool tokeninfo_cmpeq::operator() const TOKENINFO   ti1,
const TOKENINFO   ti2
const [inline]
 

Definition at line 18 of file tokentable.cpp.

00019     {
00020         return ti1.dwType == ti2.dwType &&
00021             mystrcmp(ti1.pair.first, ti2.pair.first) == 0 &&
00022             mystrcmp(ti1.pair.second, ti2.pair.second) == 0;
00023     }


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