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

void Impala::Application::MediaTable::WritableTableDataSource::AddDoubleData ( String  column,
double  data 
) [inline]

Definition at line 103 of file WritableTableDataSource.h.

References Impala::Application::MediaTable::TableDataSource::DoUpdateRowsEvent(), and mDoubleMap.

Referenced by Impala::Application::MediaTable::TableDataSourceCSV::OpenCSV().

00103                                                    {
00104         mDoubleMap[column].push_back(data);
00105         DoUpdateRowsEvent();
00106     }

Here is the call graph for this function:


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