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

Impala::Core::ImageSet::MakeQuidLookup::QuidLookupTable::QuidLookupTable (  )  [inline]

Definition at line 26 of file MakeQuidLookup.h.

References Impala::Core::Table::TableTem< Col1T, Col2T, Col3T, Col4T, Col5T, Col6T, Col7T, Col8T, Col9T >::SetColName(), and Impala::Core::Table::TableTem< Col1T, Col2T, Col3T, Col4T, Col5T, Col6T, Col7T, Col8T, Col9T >::SetInfo().

00026                           :
00027             QuidLookupTableBaseType(ColumnQuid(0), ColumnString(0))
00028         {
00029             SetInfo("QuidLookupTable");
00030             SetColName(1, "quid");
00031             SetColName(2, "string");
00032         }
    };

Here is the call graph for this function:


Generated on Fri Mar 19 11:15:09 2010 for ImpalaSrc by  doxygen 1.5.1