BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
rdbModel::FieldValCompare Class Reference

Function object used to sort FieldValPar objects by column name. More...

#include <Column.h>

Public Member Functions

bool operator() (const FieldVal &a, const FieldVal &b)
bool operator() (const FieldVal &a, const FieldVal &b)
bool operator() (const FieldVal &a, const FieldVal &b)

Detailed Description

Function object used to sort FieldValPar objects by column name.

Definition at line 134 of file Calibration/rdbModel/include/rdbModel/Tables/Column.h.

Member Function Documentation

◆ operator()() [1/3]

bool rdbModel::FieldValCompare::operator() ( const FieldVal & a,
const FieldVal & b )
inline

Definition at line 137 of file Calibration/rdbModel/include/rdbModel/Tables/Column.h.

137 {
138 return ( ( a.m_colname ).compare( b.m_colname ) < 0 );
139 // return (a.first->getName().compare(b.first->getName()) < 0);
140 }

◆ operator()() [2/3]

bool rdbModel::FieldValCompare::operator() ( const FieldVal & a,
const FieldVal & b )
inline

Definition at line 137 of file InstallArea/x86_64-el9-gcc13-dbg/include/rdbModel/Tables/Column.h.

137 {
138 return ( ( a.m_colname ).compare( b.m_colname ) < 0 );
139 // return (a.first->getName().compare(b.first->getName()) < 0);
140 }

◆ operator()() [3/3]

bool rdbModel::FieldValCompare::operator() ( const FieldVal & a,
const FieldVal & b )
inline

Definition at line 137 of file InstallArea/x86_64-el9-gcc13-opt/include/rdbModel/Tables/Column.h.

137 {
138 return ( ( a.m_colname ).compare( b.m_colname ) < 0 );
139 // return (a.first->getName().compare(b.first->getName()) < 0);
140 }

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