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

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


Detailed Description

Function object used to sort columns by column name.


Member Function Documentation

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

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

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

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


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