scSorter Struct Reference

#include <SlowControlManager.hh>

List of all members.

Public Member Functions

bool operator() (const SlowControlEntry &lhs, const SlowControlEntry &rhs) const


Detailed Description

Definition at line 22 of file SlowControlManager.hh.


Member Function Documentation

bool scSorter::operator() ( const SlowControlEntry lhs,
const SlowControlEntry rhs 
) const [inline]

Definition at line 24 of file SlowControlManager.hh.

00025    {
00026     return lhs.timeStamp > rhs.timeStamp;  // du plus grand au plus petit
00027    }


The documentation for this struct was generated from the following file:

Generated on Thu Jul 9 09:49:39 2009 for MicromegasFramework by  doxygen 1.5.8