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

Impala::Application::MediaTable::TableDataStore::~TableDataStore (  )  [inline, private]

Definition at line 166 of file TableDataStore.h.

References mTableDataSources.

00166                                    : private
00167     {
00168         TableDataSourceMapType::reverse_iterator it;
00169         for(it = mTableDataSources.rbegin(); it != mTableDataSources.rend(); it++)
00170         {
00171             TableDataViewsMapType& secsec = it->second.second;
00172             TableDataViewsMapType::iterator itv;
00173                 for(itv = secsec.begin(); itv != secsec.end(); itv++)
00174                         // Delete TableDataView
00175                         delete itv->second;
00176                 // Delete TableDataSource
00177                 delete it->second.first;
00178         }
00179     }


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