Home || Visual Search || Applications || Architecture || Important Messages || OGL || Src

bool Impala::Application::VideoExcel::compare_int ( std::pair< int, int >  a,
std::pair< int, int >  b 
)

Definition at line 39 of file TableDataSource.h.

Referenced by Impala::Application::VideoExcel::TableDataSource::SortAndFilter().

00040 {
00041     if (a.first < b.first)
00042         return true;
00043     return false;
00044 };


Generated on Thu Jan 13 09:16:33 2011 for ImpalaSrc by  doxygen 1.5.1