Jpp  15.0.1-rc.1-highQE
the software that should make you happy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Private Attributes | List of all members
gui::domid_comparator Class Reference

Public Member Functions

 domid_comparator (bool reverse)
 
bool operator() (mon_channel const &first, mon_channel const &second)
 

Private Attributes

bool m_reverse
 

Detailed Description

Definition at line 795 of file gui.cpp.

Constructor & Destructor Documentation

gui::domid_comparator::domid_comparator ( bool  reverse)
inlineexplicit

Definition at line 802 of file gui.cpp.

803  :
804  m_reverse(reverse)
805  {}

Member Function Documentation

bool gui::domid_comparator::operator() ( mon_channel const &  first,
mon_channel const &  second 
)
inline

Definition at line 807 of file gui.cpp.

808  {
809  return m_reverse
810  ? first.domid() < second.domid()
811  : first.domid() > second.domid();
812  }
then echo The file $DIR KM3NeT_00000001_00000000 root already please rename or remove it first

Member Data Documentation

bool gui::domid_comparator::m_reverse
private

Definition at line 797 of file gui.cpp.


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