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 30 of file SlowControlManager.hh.


Member Function Documentation

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

Definition at line 32 of file SlowControlManager.hh.

00033    {
00034     return lhs.getTimeStamp() > rhs.getTimeStamp();  // du plus grand au plus petit
00035    }


The documentation for this struct was generated from the following file:
Generated on Mon Jan 7 13:19:01 2013 for MicromegasFramework by  doxygen 1.4.7