#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) |
|
||||||||||||
|
Definition at line 8 of file tokenmap.cpp. 00009 {
00010 return cxt1() < cxt2();
00011 }
|
|
||||||||||||
|
Definition at line 4 of file tokenmap.cpp. 00005 {
00006 return cxt1() == cxt2();
00007 }
|
1.2.11.1 written by Dimitri van Heesch,
© 1997-2001