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

virtual int Impala::Application::TagsLife::TableDataSourceWeekMap::GetIntDataByID ( String  column,
int  row 
) [inline, virtual]

Reimplemented from Impala::Application::MediaTable::TableDataSource.

Definition at line 45 of file TableDataSourceWeekMap.h.

References mWeekStats.

Referenced by GetTextDataByID().

00046     {
00047         if (column == "flickrWeek") return row;
00048         if (mWeekStats.count(row) == 0) return 0;
00049         if (column == "usage") return (int)mWeekStats[row]->usage;
00050         if (column == "views") return (int)mWeekStats[row]->views;
00051         return 0;
00052     }


Generated on Fri Mar 19 10:51:35 2010 for ImpalaSrc by  doxygen 1.5.1