![]() |
![]() |
|
Index
Source Files
Annotated Class List
Alphabetical Class List
Class Hierarchy
Graphical Class Hierarchy
|
||
![]() |
![]() |
#include <MessageSorters.h>
Static Public Member Functions | |
| bool | compare (const int x, const int y) |
Definition at line 69 of file MessageSorters.h.
|
||||||||||||
|
Definition at line 71 of file MessageSorters.h.
00072 {
00073 if ( x == FIELD::CheckSum ) return false;
00074 else
00075 if ( y == FIELD::CheckSum ) return true;
00076 else return x < y;
00077 }
|
1.3.6-20040222 written by Dimitri van Heesch,
© 1997-2001