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

tokenmap.cpp File Reference

#include "xmltk.h"
#include "tokenmap.h"

Go to the source code of this file.

Functions

bool operator== (const CXTOKEN &cxt1, const CXTOKEN &cxt2)
bool operator< (const CXTOKEN &cxt1, const CXTOKEN &cxt2)


Function Documentation

bool operator< const CXTOKEN   cxt1,
const CXTOKEN   cxt2
 

Definition at line 8 of file tokenmap.cpp.

00009 { 
00010     return cxt1() < cxt2();
00011 }

bool operator== const CXTOKEN   cxt1,
const CXTOKEN   cxt2
 

Definition at line 4 of file tokenmap.cpp.

00005 { 
00006     return cxt1() == cxt2(); 
00007 }


Generated on Sat Dec 22 16:01:55 2001 for XMILLforBinaryFormat by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001