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

bool Impala::Application::MediaTable::compare_double ( std::pair< double, int >  a,
std::pair< double, int >  b 
)

Definition at line 35 of file TableDataView.h.

Referenced by Impala::Application::MediaTable::TableDataView::SortAndFilterFloat().

00036 {
00037     return a.first < b.first;
00038 };


Generated on Fri Mar 19 10:42:31 2010 for ImpalaSrc by  doxygen 1.5.1