Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

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)
bool operator() (const FieldVal &a, const FieldVal &b)


Detailed Description

Function object used to sort FieldValPar objects by column name.


Member Function Documentation

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

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

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

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


The documentation for this class was generated from the following files:
Generated on Wed Feb 2 19:22:13 2011 for BOSS6.5.5 by  doxygen 1.3.9.1