Public Member Functions | |
| bool | operator() (long long a, long long b) |
|
||||||||||||
|
Definition at line 257 of file OltNewModule.h. 00257 {
00258 return ((reinterpret_cast<QieHit *>(&a))->timeStamp < (reinterpret_cast<QieHit *>(&b))->timeStamp);
00259 }
|
1.3.9.1