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

Types.h

Go to the documentation of this file.
00001 #ifndef Impala_Core_Column_Types_h
00002 #define Impala_Core_Column_Types_h
00003 
00004 #include "Basis/Quid.h"
00005 #include "Core/Column/ColumnTem.h"
00006 
00007 namespace Impala
00008 {
00009 namespace Core
00010 {
00011 namespace Column
00012 {
00013 
00014 typedef ColumnTem<Quid> ColumnQuid;
00015 typedef ColumnTem<Int32> ColumnInt32;
00016 typedef ColumnTem<Real64> ColumnReal64;
00017 
00018 } // namespace
00019 } // namespace
00020 } // namespace
00021 
00022 #endif

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