rdbModel::ColCompare Class Reference

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

#include <Table.h>

List of all members.

Public Member Functions

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


Member Function Documentation

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

Definition at line 25 of file Table.h.

References rdbModel::Column::getName().

00025                                                          {
00026       return (a->getName().compare(b->getName()) < 0);
00027     }


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