Home || Visual Search || Applications || Architecture || 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 Thu Jan 13 09:15:13 2011 for ImpalaSrc by  doxygen 1.5.1