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

virtual double Impala::Application::MediaTable::TableDataSourceFlickrPhotoList::GetDoubleDataByID ( String  column,
int  row 
) [inline, virtual]

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

Definition at line 42 of file TableDataSourceFlickrPhotoList.h.

References Impala::atof(), and GetTextDataByID().

00043     {
00044         return atof(GetTextDataByID(column, row));
00045     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:15:28 2011 for ImpalaSrc by  doxygen 1.5.1