BOSS 7.0.2
BESIII Offline Software System
Loading...
Searching...
No Matches
rdbModel::ColCompare Class Reference

Function object used to sort columns by column name. More...

#include <Table.h>

Public Member Functions

bool operator() (const Column *a, const Column *b)
 
bool operator() (const Column *a, const Column *b)
 

Detailed Description

Function object used to sort columns by column name.

Definition at line 23 of file Calibration/rdbModel/rdbModel-00-01-01/rdbModel/Tables/Table.h.

Member Function Documentation

◆ operator()() [1/2]

bool rdbModel::ColCompare::operator() ( const Column a,
const Column b 
)
inline

Definition at line 25 of file Calibration/rdbModel/rdbModel-00-01-01/rdbModel/Tables/Table.h.

25 {
26 return (a->getName().compare(b->getName()) < 0);
27 }

◆ operator()() [2/2]

bool rdbModel::ColCompare::operator() ( const Column a,
const Column b 
)
inline

Definition at line 25 of file InstallArea/include/rdbModel/rdbModel/Tables/Table.h.

25 {
26 return (a->getName().compare(b->getName()) < 0);
27 }

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