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

void Impala::Application::MediaTable::WritableTableDataSource::AddIntData ( String  column,
int  data 
) [inline]

Definition at line 98 of file WritableTableDataSource.h.

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

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

00098                                              {
00099         mIntMap[column].push_back(data);
00100         DoUpdateRowsEvent();
00101     }

Here is the call graph for this function:


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