BOSS 7.0.3
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)
 

Detailed Description

Function object used to sort FieldValPar objects by column name.

Definition at line 137 of file Calibration/rdbModel/rdbModel-00-01-01/rdbModel/Tables/Column.h.

Member Function Documentation

◆ operator()() [1/2]

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

Definition at line 140 of file Calibration/rdbModel/rdbModel-00-01-01/rdbModel/Tables/Column.h.

140 {
141 return ((a.m_colname).compare(b.m_colname) < 0);
142 // return (a.first->getName().compare(b.first->getName()) < 0);
143 }

◆ operator()() [2/2]

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

Definition at line 140 of file InstallArea/include/rdbModel/rdbModel/Tables/Column.h.

140 {
141 return ((a.m_colname).compare(b.m_colname) < 0);
142 // return (a.first->getName().compare(b.first->getName()) < 0);
143 }

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