rdbModel::FieldValCompare Class Reference

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

#include <Column.h>

List of all members.

Public Member Functions

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 Column.h.


Member Function Documentation

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

Definition at line 140 of file Column.h.

References rdbModel::FieldVal::m_colname.

00140                                                              {
00141       return ((a.m_colname).compare(b.m_colname) < 0);
00142       //      return (a.first->getName().compare(b.first->getName()) < 0);
00143     }


Generated on Tue Nov 29 23:36:36 2016 for BOSS_7.0.2 by  doxygen 1.4.7