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

TableIdsWithKey.h

Go to the documentation of this file.
00001 #ifndef Impala_Core_Table_TableIdsWithKey_h
00002 #define Impala_Core_Table_TableIdsWithKey_h
00003 
00004 #include "Basis/NativeTypes.h"
00005 #include "Core/Table/TableTem.h"
00006 
00007 namespace Impala
00008 {
00009 namespace Core
00010 {
00011 namespace Table
00012 {
00013 
00014 
00015 // a table with 2 columns : id's and weights
00016 typedef TableTem<Column::ColumnTem<Int32>, Column::ColumnTem<Int32> > TableIdsWithKey;
00017 
00018 } // namespace Table
00019 } // namespace Core
00020 } // namespace Impala
00021 
00022 #endif

Generated on Fri Mar 19 09:31:20 2010 for ImpalaSrc by  doxygen 1.5.1