|
Gaudi Framework, version v21r11 |
| Home | Generated: 30 Sep 2010 |
Public Member Functions | |
| bool | operator() (const std::pair< const StatEntity *, const IChronoStatSvc::StatTag * > &p1, const std::pair< const StatEntity *, const IChronoStatSvc::StatTag * > &p2) const |
Definition at line 69 of file ChronoStatSvc.cpp.
| bool ComparePairOfStatEntityAndStatTag::operator() | ( | const std::pair< const StatEntity *, const IChronoStatSvc::StatTag * > & | p1, | |
| const std::pair< const StatEntity *, const IChronoStatSvc::StatTag * > & | p2 | |||
| ) | const [inline] |
Definition at line 77 of file ChronoStatSvc.cpp.
00081 { 00082 const StatEntity* se1 = p1.first; 00083 const StatEntity* se2 = p2.first; 00084 return ( 0 == se1 || 0 == se2 ) ? true : (*se1)<(*se2) ; 00085 }